1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

BFM demod: removed UDP/RTP copy audio entirely

This commit is contained in:
f4exb
2018-03-28 09:43:33 +02:00
parent 289318beaa
commit 3b882e78b4
4 changed files with 0 additions and 9 deletions
@@ -307,8 +307,6 @@ void BFMDemodGUI::onMenuDialogCalled(const QPoint &p)
dialog.exec();
m_settings.m_inputFrequencyOffset = m_channelMarker.getCenterFrequency();
m_settings.m_udpAddress = m_channelMarker.getUDPAddress(),
m_settings.m_udpPort = m_channelMarker.getUDPSendPort(),
m_settings.m_rgbColor = m_channelMarker.getColor().rgb();
m_settings.m_title = m_channelMarker.getTitle();