Added persistant settings to recorder module

This commit is contained in:
Ryzerth
2020-12-09 19:45:32 +01:00
parent 9b1c9e9e29
commit 2c729bf646
4 changed files with 40 additions and 10 deletions

View File

@ -3,7 +3,7 @@
"bandPlanEnabled": true,
"centerTuning": false,
"fftHeight": 300,
"frequency": 99808000,
"frequency": 99716000,
"max": 0.0,
"maximized": false,
"menuOrder": [
@ -17,7 +17,7 @@
"Display"
],
"menuWidth": 300,
"min": -70.0,
"min": -65.44117736816406,
"moduleInstances": {
"Audio Sink": "audio_sink",
"PlutoSDR Source": "plutosdr_source",
@ -41,7 +41,7 @@
"Radio": {
"muted": false,
"sink": "Audio",
"volume": 0.41326531767845154
"volume": 0.4285714328289032
},
"Radio 1": {
"muted": false,

View File

@ -0,0 +1,6 @@
{
"Recorder": {
"directory": "%ROOT%/recordings",
"recMode": 1
}
}