SDRPlusPlus/root_dev/config.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2020-11-12 00:53:38 +01:00
{
"bandPlan": "General",
"bandPlanEnabled": true,
"centerTuning": true,
2020-12-08 04:36:37 +01:00
"fftHeight": 300,
"frequency": 100100000,
2020-11-12 21:23:18 +01:00
"max": 0.0,
2020-12-08 04:36:37 +01:00
"maximized": false,
2020-11-12 00:53:38 +01:00
"menuOrder": [
"Source",
2020-12-08 04:44:19 +01:00
"Radio",
2020-11-12 00:53:38 +01:00
"Recorder",
2020-11-29 20:55:00 +01:00
"Sinks",
2020-11-12 00:53:38 +01:00
"Audio",
"Scripting",
"Band Plan",
"Display"
],
"menuWidth": 300,
2020-12-08 04:36:37 +01:00
"min": -70.0,
"moduleInstances": {
"Audio Sink": "audio_sink",
"PlutoSDR Source": "plutosdr_source",
"RTL-TCP Source": "rtl_tcp_source",
2020-12-08 04:44:19 +01:00
"Radio": "radio",
2020-12-08 04:36:37 +01:00
"Recorder": "recorder",
"SoapySDR Source": "soapy_source"
},
"modules": [
"./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"
],
2020-11-30 05:51:33 +01:00
"offset": 0.0,
2020-11-12 00:53:38 +01:00
"showWaterfall": true,
2020-12-08 04:36:37 +01:00
"source": "PlutoSDR",
2020-11-30 05:51:33 +01:00
"streams": {
"Radio": {
2020-12-04 20:12:36 +01:00
"muted": false,
"sink": "Audio",
2020-12-09 04:47:30 +01:00
"volume": 0.41326531767845154
2020-12-08 04:36:37 +01:00
},
"Radio 1": {
"muted": false,
"sink": "Audio",
"volume": 0.4292035400867462
},
"Radio 2": {
"muted": false,
"sink": "Audio",
"volume": 0.4292035400867462
2020-11-30 05:51:33 +01:00
}
},
2020-11-12 00:53:38 +01:00
"windowSize": {
"h": 720,
"w": 1280
}
2020-09-06 16:31:50 +02:00
}