- improve packet loss reporting + initial DTMF RFC 2833 event reporting

This commit is contained in:
2026-02-25 10:16:24 +03:00
parent 03f662e5ce
commit 06b39dd629
9 changed files with 210 additions and 109 deletions

View File

@@ -148,7 +148,7 @@ static AmrPayload parseAmrPayload(AmrPayloadInfo& input, size_t& cngCounter)
// if (input.mWideband && f.mMode == 0xFF /* CNG */)
// {
// int a = 1;
// }
// }`
if (input.mWideband && f.mFrameType == 15)
{