mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
* Embedded player implementation. * Rework embedded sound player to support simultaneous playback. * Add more embedded sounds. * Update submodule. * Update. * Move engine initialization. * Use guest audio configuration values in embedded player. * Miniaudio submodule on dev branch. * Implement libvorbis. * Update resources submodule. --------- Co-authored-by: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com>
21 lines
816 B
Text
21 lines
816 B
Text
[submodule "thirdparty/PowerRecomp"]
|
|
path = thirdparty/PowerRecomp
|
|
url = https://github.com/hedge-dev/PowerRecomp
|
|
[submodule "thirdparty/ddspp"]
|
|
path = thirdparty/ddspp
|
|
url = https://github.com/redorav/ddspp.git
|
|
[submodule "thirdparty/ShaderRecomp"]
|
|
path = thirdparty/ShaderRecomp
|
|
url = https://github.com/hedge-dev/ShaderRecomp.git
|
|
[submodule "thirdparty/libmspack"]
|
|
path = thirdparty/libmspack
|
|
url = https://github.com/kyz/libmspack
|
|
[submodule "UnleashedRecompResources"]
|
|
path = UnleashedRecompResources
|
|
url = https://github.com/hedge-dev/UnleashedRecompResources.git
|
|
[submodule "thirdparty/msdf-atlas-gen"]
|
|
path = thirdparty/msdf-atlas-gen
|
|
url = https://github.com/Chlumsky/msdf-atlas-gen.git
|
|
[submodule "thirdparty/miniaudio"]
|
|
path = thirdparty/miniaudio
|
|
url = https://github.com/mackron/miniaudio
|