mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Finish the System Fusion AMBE regeneration.
This commit is contained in:
parent
d517a1de0d
commit
a41cd74c94
3 changed files with 15 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue