mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-03 13:24:46 +01:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"bandColors": {
|
|
"amateur": "#FF0000FF",
|
|
"aviation": "#00FF00FF",
|
|
"broadcast": "#0000FFFF",
|
|
"marine": "#00FFFFFF",
|
|
"military": "#FFFF00FF"
|
|
},
|
|
"bandPlan": "General",
|
|
"bandPlanEnabled": true,
|
|
"centerTuning": false,
|
|
"fftHeight": 300,
|
|
"frequency": 105000000,
|
|
"max": 0.0,
|
|
"maximized": false,
|
|
"menuOrder": [
|
|
"Source",
|
|
"Radio",
|
|
"Recorder",
|
|
"Sinks",
|
|
"Audio",
|
|
"Scripting",
|
|
"Band Plan",
|
|
"Display"
|
|
],
|
|
"menuWidth": 300,
|
|
"min": -70.0,
|
|
"moduleInstances": {
|
|
"AirspyHF+ Source": "airspyhf_source",
|
|
"Audio Sink": "audio_sink",
|
|
"PlutoSDR Source": "plutosdr_source",
|
|
"RTL-TCP Source": "rtl_tcp_source",
|
|
"Radio": "radio",
|
|
"Recorder": "recorder",
|
|
"SoapySDR Source": "soapy_source",
|
|
"SpyServer Source": "spyserver_source"
|
|
},
|
|
"modules": [
|
|
"./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",
|
|
"./plutosdr_source/Release/plutosdr_source.dll",
|
|
"./spyserver_source/Release/spyserver_source.dll"
|
|
],
|
|
"offset": 0.0,
|
|
"showWaterfall": true,
|
|
"source": "SoapySDR",
|
|
"streams": {
|
|
"Radio": {
|
|
"muted": false,
|
|
"sink": "Audio",
|
|
"volume": 0.5867347121238708
|
|
}
|
|
},
|
|
"windowSize": {
|
|
"h": 720,
|
|
"w": 1280
|
|
}
|
|
} |