1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-18 22:31:48 -05:00

WFM demod: set input sample rate to the minimum for the required bandwidth and audio sample rate

This commit is contained in:
f4exb 2019-06-06 02:10:00 +02:00
parent 2fb09e3a25
commit df99dc9557

View File

@ -268,7 +268,7 @@ void WFMDemodGUI::applySettings(bool force)
if (m_doApplySettings)
{
WFMDemod::MsgConfigureChannelizer *msgChan = WFMDemod::MsgConfigureChannelizer::create(
m_settings.m_rfBandwidth,
WFMDemod::requiredBW(m_settings.m_rfBandwidth),
m_channelMarker.getCenterFrequency());
m_wfmDemod->getInputMessageQueue()->push(msgChan);