mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Added persistant settings to recorder module
This commit is contained in:
@ -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,
|
||||
|
6
root_dev/recorder_config.json
Normal file
6
root_dev/recorder_config.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"Recorder": {
|
||||
"directory": "%ROOT%/recordings",
|
||||
"recMode": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user