1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 03:24:18 -04:00

UDP source: Implemented audio input port in input class only

This commit is contained in:
Edouard Griffiths
2015-12-04 13:47:43 +01:00
parent c15b71eb6b
commit ddd5ec5dc8
3 changed files with 20 additions and 4 deletions
+1
View File
@@ -331,6 +331,7 @@ void UDPSrcGUI::applySettings()
rfBandwidth,
m_udpAddress,
udpPort,
udpPort - 1, // TODO: replace with the audio port
audioActive);
ui->applyBtn->setEnabled(false);