mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Finish the System Fusion AMBE regeneration.
This commit is contained in:
@@ -245,8 +245,8 @@ bool CYSFControl::writeModem(unsigned char *data)
|
||||
default: // YSF_DT_VOICE_FR_MODE
|
||||
if (fn != 0U || ft != 1U) {
|
||||
// The first packet after the header is odd, don't try and regenerate it
|
||||
// m_errs += m_payload.processVoiceFRModeAudio(data + 2U);
|
||||
// m_bits += 720U;
|
||||
m_errs += m_payload.processVoiceFRModeAudio(data + 2U);
|
||||
m_bits += 720U;
|
||||
}
|
||||
valid = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user