mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Simple P25 silence insertion.
This commit is contained in:
parent
8ef6c5c70b
commit
1fd4ecbf9a
3 changed files with 92 additions and 15 deletions
|
|
@ -72,6 +72,7 @@ private:
|
|||
CP25LowSpeedData m_netLSD;
|
||||
unsigned char* m_netLDU1;
|
||||
unsigned char* m_netLDU2;
|
||||
unsigned char* m_lastIMBE;
|
||||
FILE* m_fp;
|
||||
|
||||
void writeQueueRF(const unsigned char* data, unsigned int length);
|
||||
|
|
@ -81,6 +82,8 @@ private:
|
|||
|
||||
void addBusyBits(unsigned char* data, unsigned int length, bool b1, bool b2);
|
||||
|
||||
void insertMissingAudio(unsigned char* data);
|
||||
|
||||
void createRFHeader();
|
||||
|
||||
void createNetHeader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue