Skip to content

Commit

Permalink
New audio decoding engine
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Nov 27, 2021
1 parent 70ca542 commit 8df5306
Show file tree
Hide file tree
Showing 13 changed files with 102 additions and 570 deletions.
10 changes: 5 additions & 5 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ dependency "bindbc-opengl" version="~>0.13.0"
dependency "bindbc-openal" version="~>0.4.1"
dependency "imagefmt" version="~>2.1.0"
dependency "dcontain" version="~>1.0.3"
dependency "bindbc-lua" version="~>0.4.1"
dependency "bindbc-freetype" version="~>0.9.1"
dependency "audio-formats" version="~>1.3.7"
dependency "sharpevents" version="~>2.0.0"
dependency "bindbc-sdl" version="~>0.19.2"
dependency "asdf" version="~>0.7.5"
targetPath "out/"
libs "vorbisfile" "ogg" "vorbis"
sourceFiles "libs/ogg.lib" "libs/vorbisfile.lib" "libs/vorbis.lib" platform="windows"
copyFiles "libs/COPYING-FreeType" "libs/COPYING-XIPH" "libs/COPYING-OpenALSoft" "libs/README-SDL.txt" "res/fonts/LICENSE-KosugiMaru.txt" "res/fonts/LICENSE-PixelMPlus10.txt"
copyFiles "libs/libvorbis.dll" "libs/libvorbisfile.dll" "libs/freetype.dll" "libs/OpenAL32.dll" "libs/SDL2.dll" platform="windows"
versions "GL_42" "GL_AllowDeprecated" "SDL_2012"
copyFiles "libs/COPYING-FreeType" "libs/COPYING-OpenALSoft" "libs/README-SDL.txt" "res/fonts/LICENSE-KosugiMaru.txt" "res/fonts/LICENSE-PixelMPlus10.txt"
copyFiles "libs/OpenAL32.dll" "libs/SDL2.dll" platform="windows"
versions "GL_42" "GL_AllowDeprecated" "SDL_2012" "LUA_53"
stringImportPaths "res/"
34 changes: 0 additions & 34 deletions libs/COPYING-XIPH

This file was deleted.

Binary file removed libs/libvorbis.dll
Binary file not shown.
Binary file removed libs/libvorbisfile.dll
Binary file not shown.
Binary file removed libs/ogg.lib
Binary file not shown.
Binary file removed libs/vorbis.lib
Binary file not shown.
Binary file removed libs/vorbisfile.lib
Binary file not shown.
179 changes: 0 additions & 179 deletions source/engine/audio/astream/ogg.d

This file was deleted.

Loading

0 comments on commit 8df5306

Please sign in to comment.