SDRPlusPlus/root_dev/config.json

61 wiersze
1.6 KiB
JSON
Czysty Zwykły widok Historia

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