Change the logic of starting an FM network stream.

This commit is contained in:
Jonathan Naylor
2024-11-09 14:05:18 +00:00
parent a2f0d1c81c
commit 33f673e446
3 changed files with 3 additions and 12 deletions

View File

@@ -50,7 +50,6 @@ private:
bool m_preEmphasisOn;
bool m_deEmphasisOn;
bool m_enabled;
bool m_begin;
CRingBuffer<unsigned char> m_incomingRFAudio;
CIIR m_preEmphasis;