More bugfix + folder selection in recorder

This commit is contained in:
Ryzerth
2020-12-05 22:42:12 +01:00
parent 92b77904f6
commit 9b8c1a3072
17 changed files with 76 additions and 30 deletions

View File

@ -21,11 +21,10 @@
"fftHeight": 296,
"frequency": 99000000,
"max": 0.0,
"maximized": true,
"maximized": false,
"menuOrder": [
"Source",
"Radio 1",
"Radio 2",
"Radio",
"Recorder",
"Sinks",
"Audio",
@ -34,10 +33,10 @@
"Display"
],
"menuWidth": 300,
"min": -53.676475524902344,
"min": -72.05882263183594,
"offset": 0.0,
"showWaterfall": true,
"source": "SoapySDR",
"source": "PlutoSDR",
"sourceSettings": {},
"streams": {
"Radio": {

View File

@ -1,6 +1,5 @@
{
"Radio 1": "./radio/Release/radio.dll",
"Radio 2": "./radio/Release/radio.dll",
"Radio": "./radio/Release/radio.dll",
"Recorder": "./recorder/Release/recorder.dll",
"Soapy": "./soapy/Release/soapy.dll",
"RTLTCPSource": "./rtl_tcp_source/Release/rtl_tcp_source.dll",

View File

@ -2,5 +2,5 @@
"IP": "192.168.2.1",
"gain": 0.0,
"gainMode": 2,
"sampleRate": 4000000.0
"sampleRate": 2000000.0
}