mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Fixed sample rate bug
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"Radio": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.546875
|
||||
"volume": 0.4609375
|
||||
},
|
||||
"Radio 1": {
|
||||
"device": "Speakers (Realtek High Definition Audio)",
|
||||
@ -20,7 +20,7 @@
|
||||
"bandPlanEnabled": true,
|
||||
"defaultSink": "Audio",
|
||||
"fftHeight": 296,
|
||||
"frequency": 1090020000,
|
||||
"frequency": 99000000,
|
||||
"max": 0.0,
|
||||
"maximized": false,
|
||||
"menuOrder": [
|
||||
|
6
root_dev/plutosdr_source_config.json
Normal file
6
root_dev/plutosdr_source_config.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"IP": "192.168.2.1",
|
||||
"gain": 0.0,
|
||||
"gainMode": 2,
|
||||
"sampleRate": 4000000.0
|
||||
}
|
Reference in New Issue
Block a user