mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
drop mixer jitter buffer to 2 ms
This commit is contained in:
parent
5d02d563b3
commit
593e53a5fc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const unsigned short MIXER_LISTEN_PORT = 55443;
|
|||
|
||||
const float SAMPLE_RATE = 22050.0;
|
||||
|
||||
const short JITTER_BUFFER_MSECS = 20;
|
||||
const short JITTER_BUFFER_MSECS = 2;
|
||||
const short JITTER_BUFFER_SAMPLES = JITTER_BUFFER_MSECS * (SAMPLE_RATE / 1000.0);
|
||||
|
||||
const int BUFFER_LENGTH_BYTES = 1024;
|
||||
|
|
Loading…
Reference in a new issue