Remove the FM networking sample rate conversion.

This commit is contained in:
Jonathan Naylor
2021-04-11 19:15:23 +01:00
parent a5ee4284f2
commit cfe9e0fba4
6 changed files with 13 additions and 184 deletions

2
Conf.h
View File

@@ -301,7 +301,6 @@ public:
unsigned int getFMGatewayPort() const;
std::string getFMLocalAddress() const;
unsigned int getFMLocalPort() const;
unsigned int getFMSampleRate() const;
bool getFMPreEmphasis() const;
bool getFMDeEmphasis() const;
float getFMTXAudioGain() const;
@@ -613,7 +612,6 @@ private:
unsigned int m_fmGatewayPort;
std::string m_fmLocalAddress;
unsigned int m_fmLocalPort;
unsigned int m_fmSampleRate;
bool m_fmPreEmphasis;
bool m_fmDeEmphasis;
float m_fmTXAudioGain;