mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 13:21:50 -05: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());
|
setTitleColor(m_objChannelMarker.getColor());
|
||||||
|
|
||||||
m_objChannelizer->configure(m_objChannelizer->getInputMessageQueue(),
|
m_objChannelizer->configure(m_objChannelizer->getInputMessageQueue(),
|
||||||
m_objATVDemod->GetSampleRate(),
|
//m_objATVDemod->GetSampleRate(),
|
||||||
|
m_objChannelizer->getInputSampleRate(), // always use maximum available bandwidth
|
||||||
m_objChannelMarker.getCenterFrequency());
|
m_objChannelMarker.getCenterFrequency());
|
||||||
|
|
||||||
switch (ui->modulation->currentIndex())
|
switch (ui->modulation->currentIndex())
|
||||||
|
Loading…
Reference in New Issue
Block a user