mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Change the interface to the FM networking.
This commit is contained in:
@@ -48,8 +48,11 @@ private:
|
||||
float m_rxAudioGain;
|
||||
bool m_preEmphasisOn;
|
||||
bool m_deEmphasisOn;
|
||||
bool m_enabled;
|
||||
bool m_enabled;
|
||||
bool m_begin;
|
||||
|
||||
CRingBuffer<unsigned char> m_incomingRFAudio;
|
||||
|
||||
CIIRDirectForm1Filter* m_preEmphasis;
|
||||
CIIRDirectForm1Filter* m_deEmphasis;
|
||||
CIIRDirectForm1Filter* m_filterStage1;
|
||||
|
||||
Reference in New Issue
Block a user