mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
fixed soapy bug
This commit is contained in:
@ -5,10 +5,11 @@
|
||||
"fftHeight": 300,
|
||||
"frequency": 99000000,
|
||||
"max": 0.0,
|
||||
"maximized": false,
|
||||
"maximized": true,
|
||||
"menuOrder": [
|
||||
"Source",
|
||||
"Radio",
|
||||
"Radio 1",
|
||||
"Radio 2",
|
||||
"Recorder",
|
||||
"Sinks",
|
||||
"Audio",
|
||||
@ -22,17 +23,18 @@
|
||||
"Audio Sink": "audio_sink",
|
||||
"PlutoSDR Source": "plutosdr_source",
|
||||
"RTL-TCP Source": "rtl_tcp_source",
|
||||
"Radio": "radio",
|
||||
"Radio 1": "radio",
|
||||
"Radio 2": "radio",
|
||||
"Recorder": "recorder",
|
||||
"SoapySDR Source": "soapy_source"
|
||||
},
|
||||
"modules": [
|
||||
"./radio/RelWithDebInfo/radio.dll",
|
||||
"./recorder/RelWithDebInfo/recorder.dll",
|
||||
"./soapy_source/RelWithDebInfo/soapy_source.dll",
|
||||
"./rtl_tcp_source/RelWithDebInfo/rtl_tcp_source.dll",
|
||||
"./audio_sink/RelWithDebInfo/audio_sink.dll",
|
||||
"./plutosdr_source/RelWithDebInfo/plutosdr_source.dll"
|
||||
"./radio/Release/radio.dll",
|
||||
"./recorder/Release/recorder.dll",
|
||||
"./soapy_source/Release/soapy_source.dll",
|
||||
"./rtl_tcp_source/Release/rtl_tcp_source.dll",
|
||||
"./audio_sink/Release/audio_sink.dll",
|
||||
"./plutosdr_source/Release/plutosdr_source.dll"
|
||||
],
|
||||
"offset": 0.0,
|
||||
"showWaterfall": true,
|
||||
@ -46,7 +48,7 @@
|
||||
"Radio 1": {
|
||||
"muted": false,
|
||||
"sink": "Audio",
|
||||
"volume": 0.4292035400867462
|
||||
"volume": 0.6377550959587097
|
||||
},
|
||||
"Radio 2": {
|
||||
"muted": false,
|
||||
|
@ -36,5 +36,77 @@
|
||||
"squelchLevel": -100.0
|
||||
},
|
||||
"selectedDemodId": 1
|
||||
},
|
||||
"Radio 1": {
|
||||
"AM": {
|
||||
"bandwidth": 12500.0,
|
||||
"snapInterval": 1000.0
|
||||
},
|
||||
"CW": {
|
||||
"bandwidth": 200.0,
|
||||
"snapInterval": 10.0
|
||||
},
|
||||
"DSB": {
|
||||
"bandwidth": 6000.0,
|
||||
"snapInterval": 100.0
|
||||
},
|
||||
"FM": {
|
||||
"bandwidth": 12500.0,
|
||||
"snapInterval": 10000.0
|
||||
},
|
||||
"LSB": {
|
||||
"bandwidth": 3000.0,
|
||||
"snapInterval": 100.0
|
||||
},
|
||||
"RAW": {
|
||||
"snapInterval": 10000.0
|
||||
},
|
||||
"USB": {
|
||||
"bandwidth": 3000.0,
|
||||
"snapInterval": 100.0
|
||||
},
|
||||
"WFM": {
|
||||
"bandwidth": 200000.0,
|
||||
"deempMode": 0,
|
||||
"snapInterval": 100000.0,
|
||||
"squelchLevel": -100.0
|
||||
},
|
||||
"selectedDemodId": 1
|
||||
},
|
||||
"Radio 2": {
|
||||
"AM": {
|
||||
"bandwidth": 12500.0,
|
||||
"snapInterval": 1000.0
|
||||
},
|
||||
"CW": {
|
||||
"bandwidth": 200.0,
|
||||
"snapInterval": 10.0
|
||||
},
|
||||
"DSB": {
|
||||
"bandwidth": 6000.0,
|
||||
"snapInterval": 100.0
|
||||
},
|
||||
"FM": {
|
||||
"bandwidth": 12500.0,
|
||||
"snapInterval": 10000.0
|
||||
},
|
||||
"LSB": {
|
||||
"bandwidth": 3000.0,
|
||||
"snapInterval": 100.0
|
||||
},
|
||||
"RAW": {
|
||||
"snapInterval": 10000.0
|
||||
},
|
||||
"USB": {
|
||||
"bandwidth": 3000.0,
|
||||
"snapInterval": 100.0
|
||||
},
|
||||
"WFM": {
|
||||
"bandwidth": 200000.0,
|
||||
"deempMode": 0,
|
||||
"snapInterval": 100000.0,
|
||||
"squelchLevel": -100.0
|
||||
},
|
||||
"selectedDemodId": 1
|
||||
}
|
||||
}
|
@ -35,7 +35,7 @@
|
||||
"LNA": 24.503000259399414,
|
||||
"VGA": 16.332000732421875
|
||||
},
|
||||
"sampleRate": 2000000.0
|
||||
"sampleRate": 8000000.0
|
||||
},
|
||||
"Microphone (Realtek High Definition Audio)": {
|
||||
"sampleRate": 96000.0
|
||||
|
Reference in New Issue
Block a user