mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-09 22:41:00 +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.
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
flac_stream_marker="fLaC"
|
|
ogg_stream_marker="OggS"
|
|
flac_in_ogg_marker="\x7fFLAC"
|
|
|
|
synccode_fixed_blocksize="\xFF\xF8"
|
|
synccode_variable_blocksize="\xFF\xF9"
|