mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
3 lines
112 B
Text
3 lines
112 B
Text
autoload ("sfread", "sndfile.oct");
|
|
autoload ("sfversion", "sndfile.oct");
|
|
autoload ("sfwrite", "sndfile.oct");
|