mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-19 06:41:47 -05:00
WFM demod: set input sample rate to the minimum for the required bandwidth and audio sample rate
This commit is contained in:
parent
2fb09e3a25
commit
df99dc9557
@ -268,7 +268,7 @@ void WFMDemodGUI::applySettings(bool force)
|
|||||||
if (m_doApplySettings)
|
if (m_doApplySettings)
|
||||||
{
|
{
|
||||||
WFMDemod::MsgConfigureChannelizer *msgChan = WFMDemod::MsgConfigureChannelizer::create(
|
WFMDemod::MsgConfigureChannelizer *msgChan = WFMDemod::MsgConfigureChannelizer::create(
|
||||||
m_settings.m_rfBandwidth,
|
WFMDemod::requiredBW(m_settings.m_rfBandwidth),
|
||||||
m_channelMarker.getCenterFrequency());
|
m_channelMarker.getCenterFrequency());
|
||||||
m_wfmDemod->getInputMessageQueue()->push(msgChan);
|
m_wfmDemod->getInputMessageQueue()->push(msgChan);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user