mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
- attempt to improve openal's buffer underruns
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
friend class SoundPlayerOpenAL;
|
friend class SoundPlayerOpenAL;
|
||||||
static const size_t STREAMBUFFERSIZE = 1024 * 500;
|
static const size_t STREAMBUFFERSIZE = 1024 * 500;
|
||||||
static const size_t STREAMFRAGMENTS = 5;
|
static const size_t STREAMFRAGMENTS = 10;
|
||||||
static const size_t STREAMFRAGMENTSIZE
|
static const size_t STREAMFRAGMENTSIZE
|
||||||
= STREAMBUFFERSIZE / STREAMFRAGMENTS;
|
= STREAMBUFFERSIZE / STREAMFRAGMENTS;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user