SDRPlusPlus/root_dev/config.json

61 lines
1.6 KiB
JSON
Raw Normal View History

2020-11-12 00:53:38 +01:00
{
"bandPlan": "General",
"bandPlanEnabled": true,
"centerTuning": false,
2020-12-08 04:36:37 +01:00
"fftHeight": 300,
"frequency": 99000000,
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,
"min": -55.147056579589844,
2020-12-08 04:36:37 +01:00
"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": [
2020-12-10 05:18:40 +01:00
"./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"
2020-12-08 04:36:37 +01:00
],
2020-11-30 05:51:33 +01:00
"offset": 0.0,
2020-11-12 00:53:38 +01:00
"showWaterfall": true,
"source": "SoapySDR",
2020-11-30 05:51:33 +01:00
"streams": {
"Radio": {
2020-12-04 20:12:36 +01:00
"muted": false,
"sink": "Audio",
"volume": 0.545918345451355
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
}