mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
increase jitter buffer size on mixer
This commit is contained in:
parent
ccd60fa07f
commit
5bc08fa167
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const unsigned short MIXER_LISTEN_PORT = 55443;
|
|||
|
||||
const float SAMPLE_RATE = 22050.0;
|
||||
|
||||
const short JITTER_BUFFER_MSECS = 2;
|
||||
const short JITTER_BUFFER_MSECS = 12;
|
||||
const short JITTER_BUFFER_SAMPLES = JITTER_BUFFER_MSECS * (SAMPLE_RATE / 1000.0);
|
||||
|
||||
const int BUFFER_LENGTH_BYTES = 1024;
|
||||
|
|
Loading…
Reference in a new issue