SDRPlusPlus/root_dev/config.json

62 wiersze
1.7 KiB
JSON
Czysty Zwykły widok Historia

2020-11-11 23:53:38 +00:00
{
2020-12-22 13:50:26 +00:00
"bandColors": {
"amateur": "#FF0000FF",
"aviation": "#00FF00FF",
"broadcast": "#0000FFFF",
"marine": "#00FFFFFF",
"military": "#FFFF00FF"
},
2020-11-11 23:53:38 +00:00
"bandPlan": "General",
"bandPlanEnabled": true,
"centerTuning": false,
2020-12-08 03:36:37 +00:00
"fftHeight": 300,
2020-12-22 13:50:26 +00:00
"frequency": 105000000,
"max": 0.0,
"maximized": false,
2020-11-11 23:53:38 +00:00
"menuOrder": [
"Source",
"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,
2020-12-22 13:50:26 +00:00
"min": -70.0,
2020-12-08 03:36:37 +00:00
"moduleInstances": {
2020-12-15 22:05:11 +00:00
"AirspyHF+ Source": "airspyhf_source",
2020-12-08 03:36:37 +00:00
"Audio Sink": "audio_sink",
"PlutoSDR Source": "plutosdr_source",
"RTL-TCP Source": "rtl_tcp_source",
"Radio": "radio",
2020-12-08 03:36:37 +00:00
"Recorder": "recorder",
2020-12-22 13:50:26 +00:00
"SoapySDR Source": "soapy_source",
"SpyServer Source": "spyserver_source"
2020-12-08 03:36:37 +00:00
},
"modules": [
2020-12-15 22:05:11 +00:00
"./radio/Release/radio.dll",
"./recorder/Release/recorder.dll",
"./soapy_source/Release/soapy_source.dll",
"./airspyhf_source/Release/airspyhf_source.dll",
"./rtl_tcp_source/Release/rtl_tcp_source.dll",
"./audio_sink/Release/audio_sink.dll",
2020-12-22 13:50:26 +00:00
"./plutosdr_source/Release/plutosdr_source.dll",
"./spyserver_source/Release/spyserver_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,
2020-12-22 13:50:26 +00:00
"source": "SoapySDR",
2020-11-30 04:51:33 +00:00
"streams": {
"Radio": {
2020-12-04 19:12:36 +00:00
"muted": false,
"sink": "Audio",
2020-12-22 13:50:26 +00:00
"volume": 0.5867347121238708
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
}