mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 10:14:07 +00:00
Multi-threaded audio streams
Under MULTITHREADED_AUDIO define.
This commit is contained in:
parent
5341840943
commit
107c4df69c
4 changed files with 594 additions and 118 deletions
|
@ -398,6 +398,7 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
|
|||
//#define PS2_AUDIO_PATHS // changes audio paths for cutscenes and radio to PS2 paths (needs vbdec on MSS builds)
|
||||
//#define AUDIO_OAL_USE_SNDFILE // use libsndfile to decode WAVs instead of our internal decoder
|
||||
#define AUDIO_OAL_USE_MPG123 // use mpg123 to support mp3 files
|
||||
#define MULTITHREADED_AUDIO
|
||||
|
||||
#ifdef AUDIO_OPUS
|
||||
#define AUDIO_OAL_USE_OPUS // enable support of opus files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue