mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Alter constants on lost network traffic fillin.
This commit is contained in:
@@ -640,8 +640,8 @@ void CDMRSlot::clock(unsigned int ms)
|
|||||||
|
|
||||||
if (frames > m_frames) {
|
if (frames > m_frames) {
|
||||||
unsigned int count = frames - m_frames;
|
unsigned int count = frames - m_frames;
|
||||||
if (count > 5U)
|
if (count > 3U)
|
||||||
insertSilence(m_seqNo + count - 2U);
|
insertSilence(m_seqNo + count - 1U);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_packetTimer.start();
|
m_packetTimer.start();
|
||||||
|
|||||||
Reference in New Issue
Block a user