new fixes

This commit is contained in:
Ryzerth
2020-10-20 00:32:17 +02:00
parent 027054b57e
commit 6e5450ed24
19 changed files with 298 additions and 96 deletions

View File

@ -1,34 +1,43 @@
{
"audio": {
"Radio": {
"device": "Speakers (Realtek High Definiti",
"device": "CABLE Input (VB-Audio Virtual Cable)",
"sampleRate": 48000.0,
"volume": 0.4354838728904724
"volume": 0.42578125
},
"Radio 1": {
"device": "CABLE-A Input (VB-Audio Cable A)",
"sampleRate": 48000.0,
"volume": 1.0
},
"Radio 2": {
"device": "CABLE Input (VB-Audio Virtual Cable)",
"sampleRate": 48000.0,
"volume": 1.0
}
},
"bandPlan": "General",
"bandPlanEnabled": true,
"fftHeight": 300,
"frequency": 91000000,
"frequency": 98391106,
"max": 0.0,
"maximized": false,
"menuOrder": [
"Source",
"Radio",
"Recorder",
"Audio",
"Scripting",
"Band Plan",
"Display"
],
"menuWidth": 300,
"min": -70.0,
"min": -72.05882263183594,
"showWaterfall": true,
"source": "HackRF One #0 901868dc282c8f8b",
"sourceSettings": {
"HackRF One #0 901868dc282c8f8b": {
"gains": {
"AMP": 0.0,
"LNA": 0.0,
"VGA": 0.0
},
"sampleRate": 8000000
}
},
"source": "",
"sourceSettings": {},
"windowSize": {
"h": 720,
"w": 1280
},
"menuOrder": ["Source", "Radio", "Recorder", "Audio", "Band Plan", "Display"]
}
}

View File

@ -1,4 +1,6 @@
{
"Radio": "./modules/radio.dll",
"Recorder": "./modules/recorder.dll"
}
"Recorder": "./modules/recorder.dll",
"Soapy": "./modules/soapy.dll",
"RTLTCPSource": "./modules/rtl_tcp_source.dll"
}

5
root/radio_config.json Normal file
View File

@ -0,0 +1,5 @@
{
"Radio 1": {
"demodulator":1
}
}

Binary file not shown.

View File

@ -0,0 +1,4 @@
{
"device": "",
"devices": {}
}