Increase number of stream buffers, plus ALStreamSources fix

This commit is contained in:
Sergeanur
2021-01-04 22:27:32 +02:00
parent 4f9bfb4387
commit a346461ea8
2 changed files with 22 additions and 22 deletions

View File

@ -3,7 +3,7 @@
#ifdef AUDIO_OAL
#include <AL/al.h>
#define NUM_STREAMBUFFERS 4
#define NUM_STREAMBUFFERS 8
class IDecoder
{