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": {

View File

@ -1,6 +1,6 @@
{
"IP": "192.168.2.1",
"gain": 0.0,
"gainMode": 2,
"gainMode": 0,
"sampleRate": 4000000.0
}

View File

@ -1,44 +1,5 @@
{
"Radio": {
"AM": {
"bandwidth": 12500.0,
"snapInterval": 1000.0,
"squelchLevel": -100.0
},
"CW": {
"bandwidth": 200.0,
"snapInterval": 10.0,
"squelchLevel": -100.0
},
"DSB": {
"bandwidth": 6000.0,
"snapInterval": 100.0
},
"FM": {
"bandwidth": 12500.0,
"snapInterval": 10000.0,
"squelchLevel": -47.474998474121094
},
"LSB": {
"bandwidth": 3000.0,
"snapInterval": 100.0
},
"RAW": {
"snapInterval": 10000.0
},
"USB": {
"bandwidth": 3000.0,
"snapInterval": 100.0
},
"WFM": {
"bandwidth": 200000.0,
"deempMode": 0,
"snapInterval": 100000.0,
"squelchLevel": -100.0
},
"selectedDemodId": 2
},
"Radio 1": {
"AM": {
"bandwidth": 12500.0,
"snapInterval": 1000.0
@ -70,43 +31,7 @@
"bandwidth": 200000.0,
"deempMode": 0,
"snapInterval": 100000.0,
"squelchLevel": -100.0
},
"selectedDemodId": 1
},
"Radio 2": {
"AM": {
"bandwidth": 12500.0,
"snapInterval": 1000.0
},
"CW": {
"bandwidth": 200.0,
"snapInterval": 10.0
},
"DSB": {
"bandwidth": 6000.0,
"snapInterval": 100.0
},
"FM": {
"bandwidth": 12500.0,
"snapInterval": 10000.0
},
"LSB": {
"bandwidth": 3000.0,
"snapInterval": 100.0
},
"RAW": {
"snapInterval": 10000.0
},
"USB": {
"bandwidth": 3000.0,
"snapInterval": 100.0
},
"WFM": {
"bandwidth": 200000.0,
"deempMode": 1,
"snapInterval": 100000.0,
"squelchLevel": -70.2020034790039
"squelchLevel": -60.60599899291992
},
"selectedDemodId": 1
}

View File

@ -1,49 +1,12 @@
{
"device": "AirSpy HF+ [c852435de0224af7]",
"device": "Generic RTL2832U OEM :: 00000001",
"devices": {
"": {
"Generic RTL2832U OEM :: 00000001": {
"agc": true,
"gains": {
"PGA": 0.0
"TUNER": 0.0
},
"sampleRate": 4000000.0
},
"AirSpy HF+ [c852435de0224af7]": {
"agc": false,
"gains": {
"LNA": 6.0,
"RF": -48.0
},
"sampleRate": 768000.0
},
"CABLE Output (VB-Audio Virtual Cable)": {
"sampleRate": 96000.0
},
"Default Device": {
"agc": false,
"sampleRate": 192000.0
},
"Generic RTL2832U OEM :: 00000001": {
"agc": false,
"gains": {
"TUNER": 37.3390007019043
},
"sampleRate": 250000.0
},
"HackRF One #0 901868dc282c8f8b": {
"gains": {
"AMP": 0.0,
"LNA": 24.503000259399414,
"VGA": 16.332000732421875
},
"sampleRate": 8000000.0
},
"Microphone (Realtek High Definition Audio)": {
"agc": false,
"sampleRate": 44100.0
},
"PulseAudio": {
"sampleRate": 96000.0
"sampleRate": 2560000.0
}
}
}