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-12-14 00:47:11 +01:00
"max": -8.823532104492188,
2020-12-13 14:52:54 +01:00
"maximized": true,
2020-11-12 00:53:38 +01:00
"menuOrder": [
"Source",
"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",
"Radio": "radio",
2020-12-08 04:36:37 +01:00
"Recorder": "recorder",
"SoapySDR Source": "soapy_source"
},
"modules": [
2020-12-13 14:52:54 +01:00
"./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-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",
2020-12-13 14:52:54 +01:00
"volume": 0.6377550959587097
2020-12-08 04:36:37 +01:00
},
"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
}