Add input audio delay to match the CTCSS decoder results.

This commit is contained in:
Jonathan Naylor
2020-05-09 13:01:02 +01:00
parent fa29a27695
commit 3bb7cde322
2 changed files with 17 additions and 0 deletions
+3
View File
@@ -84,6 +84,7 @@ private:
q15_t m_rfAudioBoost;
CFMDownsampler m_downsampler;
q15_t m_rxLevel;
CFMRB m_inputRB;
CFMRB m_outputRB;
void stateMachine(bool validSignal);
@@ -99,6 +100,8 @@ private:
void sendCallsign();
void beginRelaying();
void insertDelay(uint16_t ms);
void insertSilence(uint16_t ms);
};