mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Reconstruct voice FEC on incoming network audio.
This commit is contained in:
parent
afb4b5db35
commit
8432199f1e
2 changed files with 20 additions and 3 deletions
|
|
@ -56,6 +56,8 @@ private:
|
|||
unsigned int m_netFrames;
|
||||
unsigned int m_rfErrs;
|
||||
unsigned int m_rfBits;
|
||||
unsigned int m_netErrs;
|
||||
unsigned int m_netBits;
|
||||
unsigned char* m_rfSource;
|
||||
unsigned char* m_rfDest;
|
||||
unsigned char* m_netSource;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue