changes to the build system

This commit is contained in:
Ryzerth
2020-12-22 14:50:26 +01:00
parent e90b6656c3
commit bd545feb2c
57 changed files with 1456 additions and 275 deletions

View File

@@ -1,11 +1,18 @@
{
"bandColors": {
"amateur": "#FF0000FF",
"aviation": "#00FF00FF",
"broadcast": "#0000FFFF",
"marine": "#00FFFFFF",
"military": "#FFFF00FF"
},
"bandPlan": "General",
"bandPlanEnabled": true,
"centerTuning": false,
"fftHeight": 300,
"frequency": 7350000,
"max": -25.0,
"maximized": true,
"frequency": 105000000,
"max": 0.0,
"maximized": false,
"menuOrder": [
"Source",
"Radio",
@@ -17,7 +24,7 @@
"Display"
],
"menuWidth": 300,
"min": -63.235294342041016,
"min": -70.0,
"moduleInstances": {
"AirspyHF+ Source": "airspyhf_source",
"Audio Sink": "audio_sink",
@@ -25,7 +32,8 @@
"RTL-TCP Source": "rtl_tcp_source",
"Radio": "radio",
"Recorder": "recorder",
"SoapySDR Source": "soapy_source"
"SoapySDR Source": "soapy_source",
"SpyServer Source": "spyserver_source"
},
"modules": [
"./radio/Release/radio.dll",
@@ -34,26 +42,17 @@
"./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"
"./plutosdr_source/Release/plutosdr_source.dll",
"./spyserver_source/Release/spyserver_source.dll"
],
"offset": 0.0,
"showWaterfall": true,
"source": "Airspy HF+",
"source": "SoapySDR",
"streams": {
"Radio": {
"muted": false,
"sink": "Audio",
"volume": 0.13265305757522583
},
"Radio 1": {
"muted": false,
"sink": "Audio",
"volume": 0.6377550959587097
},
"Radio 2": {
"muted": false,
"sink": "Audio",
"volume": 0.4292035400867462
"volume": 0.5867347121238708
}
},
"windowSize": {