mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Added AGC + Started working on channel selection
This commit is contained in:
@ -1,27 +1,10 @@
|
||||
{
|
||||
"audio": {
|
||||
"Radio": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.4609375
|
||||
},
|
||||
"Radio 1": {
|
||||
"device": "Speakers (Realtek High Definition Audio)",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.609375
|
||||
},
|
||||
"Radio 2": {
|
||||
"device": "CABLE Input (VB-Audio Virtual Cable)",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 1.0
|
||||
}
|
||||
},
|
||||
"bandPlan": "General",
|
||||
"bandPlanEnabled": true,
|
||||
"fftHeight": 296,
|
||||
"frequency": 99000000,
|
||||
"max": 0.0,
|
||||
"maximized": false,
|
||||
"maximized": true,
|
||||
"menuOrder": [
|
||||
"Source",
|
||||
"Radio",
|
||||
@ -33,7 +16,7 @@
|
||||
"Display"
|
||||
],
|
||||
"menuWidth": 300,
|
||||
"min": -54.41176986694336,
|
||||
"min": -70.5882339477539,
|
||||
"offset": 0.0,
|
||||
"showWaterfall": true,
|
||||
"source": "SoapySDR",
|
||||
@ -42,17 +25,7 @@
|
||||
"Radio": {
|
||||
"muted": false,
|
||||
"sink": "Audio",
|
||||
"volume": 0.6887755393981934
|
||||
},
|
||||
"Radio 1": {
|
||||
"muted": true,
|
||||
"sink": "Audio",
|
||||
"volume": 0.625
|
||||
},
|
||||
"Radio 2": {
|
||||
"muted": false,
|
||||
"sink": "Audio",
|
||||
"volume": 1.0
|
||||
"volume": 0.4285714328289032
|
||||
}
|
||||
},
|
||||
"windowSize": {
|
||||
|
@ -18,11 +18,12 @@
|
||||
"sampleRate": 96000.0
|
||||
},
|
||||
"Default Device": {
|
||||
"sampleRate": 32000.0
|
||||
"sampleRate": 192000.0
|
||||
},
|
||||
"Generic RTL2832U OEM :: 00000001": {
|
||||
"agc": false,
|
||||
"gains": {
|
||||
"TUNER": 23.406999588012695
|
||||
"TUNER": 37.3390007019043
|
||||
},
|
||||
"sampleRate": 2560000.0
|
||||
},
|
||||
|
Reference in New Issue
Block a user