mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
pump up the mixer jitter buffer for smoother demo
This commit is contained in:
parent
8ec5298c4a
commit
0dc06fef1f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const unsigned short MIXER_LISTEN_PORT = 55443;
|
|||
|
||||
const float SAMPLE_RATE = 22050.0;
|
||||
|
||||
const short JITTER_BUFFER_MSECS = 5;
|
||||
const short JITTER_BUFFER_MSECS = 12;
|
||||
const short JITTER_BUFFER_SAMPLES = JITTER_BUFFER_MSECS * (SAMPLE_RATE / 1000.0f);
|
||||
|
||||
const int BUFFER_LENGTH_BYTES = 1024;
|
||||
|
|
Loading…
Reference in a new issue