mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Fixed loading screen
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
"sourceSettings": {},
|
||||
"streams": {
|
||||
"Radio": {
|
||||
"muted": false,
|
||||
"muted": true,
|
||||
"sink": "Audio",
|
||||
"volume": 0.65625
|
||||
}
|
||||
|
@ -1,10 +1,8 @@
|
||||
{
|
||||
"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"
|
||||
"Radio": "./radio/Release/radio.dll",
|
||||
"Recorder": "./recorder/Release/recorder.dll",
|
||||
"Soapy": "./soapy/Release/soapy.dll",
|
||||
"RTLTCPSource": "./rtl_tcp_source/Release/rtl_tcp_source.dll",
|
||||
"PlutoSDRSource": "./plutosdr_source/Release/plutosdr_source.dll",
|
||||
"AudioSink": "./audio_sink/Release/audio_sink.dll"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"device": "",
|
||||
"device": "Generic RTL2832U OEM :: 00000001",
|
||||
"devices": {
|
||||
"": {
|
||||
"gains": {
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"Generic RTL2832U OEM :: 00000001": {
|
||||
"gains": {
|
||||
"TUNER": 0.0
|
||||
"TUNER": 23.406999588012695
|
||||
},
|
||||
"sampleRate": 2560000.0
|
||||
},
|
||||
|
Reference in New Issue
Block a user