mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
1e98f0c4a1
this commit mostly rewrites the sample system. as of now samples can be ADPCM, 8-bit, BRR or 16-bit or something... consider this VERY EXPERIMENTAL. if you find any issues REPORT THEM immediately. it's nearly 4am...
21 lines
618 B
Text
21 lines
618 B
Text
[submodule "extern/Nuked-OPN2"]
|
|
path = extern/Nuked-OPN2
|
|
url = https://github.com/nukeykt/Nuked-OPN2
|
|
[submodule "extern/SDL"]
|
|
path = extern/SDL
|
|
url = https://github.com/libsdl-org/SDL.git
|
|
branch = main
|
|
[submodule "extern/libsndfile"]
|
|
path = extern/libsndfile
|
|
url = https://github.com/libsndfile/libsndfile.git
|
|
branch = master
|
|
[submodule "extern/imgui"]
|
|
path = extern/imgui
|
|
url = https://github.com/ocornut/imgui.git
|
|
branch = docking
|
|
[submodule "extern/fmt"]
|
|
path = extern/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
[submodule "extern/adpcm"]
|
|
path = extern/adpcm
|
|
url = https://github.com/superctr/adpcm
|