Reconstruct voice FEC on incoming network audio.

This commit is contained in:
Jonathan Naylor
2016-05-25 07:51:42 +01:00
parent afb4b5db35
commit 8432199f1e
2 changed files with 20 additions and 3 deletions

View File

@@ -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;