mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 10:38:45 -04:00
ATV demod: GUI: make sure we always use the maximum available bandwidth
This commit is contained in:
parent
f9f5bf081c
commit
3da146df76
@ -259,7 +259,8 @@ void ATVDemodGUI::applySettings()
|
||||
setTitleColor(m_objChannelMarker.getColor());
|
||||
|
||||
m_objChannelizer->configure(m_objChannelizer->getInputMessageQueue(),
|
||||
m_objATVDemod->GetSampleRate(),
|
||||
//m_objATVDemod->GetSampleRate(),
|
||||
m_objChannelizer->getInputSampleRate(), // always use maximum available bandwidth
|
||||
m_objChannelMarker.getCenterFrequency());
|
||||
|
||||
switch (ui->modulation->currentIndex())
|
||||
|
Loading…
Reference in New Issue
Block a user