OpenRayman/.gitmodules
Hannes Mann 04026967c4 Mostly complete audio decoding
* OpenRayman can now fully decode .apm (Ubisoft? IMA ADPCM) audio used by Rayman 2 for music.
* APM audio is fully preseved and encoded into FLAC audio to ease editing with external programs (e.g. Audacity)
* Support for .bnm (audio banks with PCM and IMA ADPCM audio) is underway. This is only commited to get the online GitHub repo up to date.
* The data extractor is now threaded (not fully, it simply runs linearly in another thread)
* The data extractor now has a GUI progress dialog showing some information to the user (IProgressDialog on Win32, GTK3 on Linux)
* Various minor changes and bugfixes
2016-08-14 22:33:53 +02:00

19 lines
524 B
Plaintext

[submodule "lib/lodepng"]
path = lib/lodepng
url = https://github.com/lvandeve/lodepng.git
[submodule "lib/gl3w"]
path = lib/gl3w
url = https://github.com/skaslev/gl3w
[submodule "lib/json"]
path = lib/json
url = https://github.com/nlohmann/json.git
[submodule "lib/glm"]
path = lib/glm
url = https://github.com/g-truc/glm
[submodule "lib/flac"]
path = lib/flac
url = https://github.com/xiph/flac
[submodule "lib/mingw-std-threads"]
path = lib/mingw-std-threads
url = https://github.com/meganz/mingw-std-threads