Merge pull request #1151 from erorcun/miami

Multi-threaded audio streams on OAL
This commit is contained in:
erorcun 2021-06-26 16:28:43 +03:00 committed by GitHub
commit 9c8ef3cca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 594 additions and 118 deletions

View file

@ -399,6 +399,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