mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
trying to fix underrun when switching sdr
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
{
|
||||
"Radio": "./radio/Release/radio.dll",
|
||||
"Recorder": "./recorder/Release/recorder.dll",
|
||||
"Soapy": "./soapy/Release/soapy.dll",
|
||||
"RTLTCPSource": "./rtl_tcp_source/Release/rtl_tcp_source.dll",
|
||||
"FileSource": "./file_source/Release/file_source.dll",
|
||||
"RX888Source": "./rx888_source/Release/rx888_source.dll",
|
||||
"PlutoSDRSource": "./plutosdr_source/Release/plutosdr_source.dll",
|
||||
"AudioSink": "./audio_sink/Release/audio_sink.dll"
|
||||
"Radio": "./radio/RelWithDebInfo/radio.dll",
|
||||
"Recorder": "./recorder/RelWithDebInfo/recorder.dll",
|
||||
"Soapy": "./soapy/RelWithDebInfo/soapy.dll",
|
||||
"RTLTCPSource": "./rtl_tcp_source/RelWithDebInfo/rtl_tcp_source.dll",
|
||||
"FileSource": "./file_source/RelWithDebInfo/file_source.dll",
|
||||
"RX888Source": "./rx888_source/RelWithDebInfo/rx888_source.dll",
|
||||
"PlutoSDRSource": "./plutosdr_source/RelWithDebInfo/plutosdr_source.dll",
|
||||
"AudioSink": "./audio_sink/RelWithDebInfo/audio_sink.dll"
|
||||
}
|
||||
|
Reference in New Issue
Block a user