Add support for audio playback (#3085)

* Add support for audio playback using the SoLoud library
* Add 3D audio and some comments
* Add documentation and examples
This commit is contained in:
Alexander Bock
2024-03-24 22:16:21 +01:00
committed by GitHub
parent 3ba346a227
commit 9efbc58c89
11 changed files with 1235 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -41,3 +41,6 @@
[submodule "support/doxygen/css"]
path = support/doxygen/css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "modules/audio/ext/soloud"]
path = modules/audio/ext/soloud
url = https://github.com/jarikomppa/soloud