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

NFM demod: GUI button and setting to use RTP over UDP for copy to audio

This commit is contained in:
f4exb
2018-02-05 01:04:18 +01:00
parent cbf229c15c
commit 2beba446f3
15 changed files with 100 additions and 8 deletions
+9
View File
@@ -56,6 +56,15 @@ AudioNetSink::~AudioNetSink()
#endif
}
bool AudioNetSink::isRTPCapable() const
{
#ifdef HAS_JRTPLIB
return true;
#else
return false;
#endif
}
bool AudioNetSink::selectType(SinkType type)
{
if (type == SinkUDP)