mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Remove the FM networking sample rate conversion.
This commit is contained in:
parent
a5ee4284f2
commit
cfe9e0fba4
6 changed files with 13 additions and 184 deletions
2
Conf.h
2
Conf.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue