mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-28 14:05:36 +08:00
Increase the jitter buffer size and the default jitter buffer delay.
This commit is contained in:
@@ -43,7 +43,7 @@ m_lastDataLength(0U)
|
||||
assert(jitterTime > 0U);
|
||||
assert(topSequenceNumber > 0U);
|
||||
|
||||
m_blockCount = (jitterTime / blockTime) * 2U + 1U;
|
||||
m_blockCount = topSequenceNumber / 2U;
|
||||
|
||||
m_buffer = new JitterEntry[m_blockCount];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user