mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Fixed airspy hf+ module bug
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
"bandPlanEnabled": true,
|
||||
"centerTuning": false,
|
||||
"fftHeight": 300,
|
||||
"frequency": 7375000,
|
||||
"max": -20.588237762451172,
|
||||
"maximized": false,
|
||||
"frequency": 7350000,
|
||||
"max": -25.0,
|
||||
"maximized": true,
|
||||
"menuOrder": [
|
||||
"Source",
|
||||
"Radio",
|
||||
@ -17,7 +17,7 @@
|
||||
"Display"
|
||||
],
|
||||
"menuWidth": 300,
|
||||
"min": -54.41176986694336,
|
||||
"min": -63.235294342041016,
|
||||
"moduleInstances": {
|
||||
"AirspyHF+ Source": "airspyhf_source",
|
||||
"Audio Sink": "audio_sink",
|
||||
@ -43,7 +43,7 @@
|
||||
"Radio": {
|
||||
"muted": false,
|
||||
"sink": "Audio",
|
||||
"volume": 0.12755101919174194
|
||||
"volume": 0.13265305757522583
|
||||
},
|
||||
"Radio 1": {
|
||||
"muted": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"device": "",
|
||||
"device": "AirSpy HF+ [c852435de0224af7]",
|
||||
"devices": {
|
||||
"": {
|
||||
"agc": true,
|
||||
@ -39,7 +39,8 @@
|
||||
"sampleRate": 8000000.0
|
||||
},
|
||||
"Microphone (Realtek High Definition Audio)": {
|
||||
"sampleRate": 96000.0
|
||||
"agc": false,
|
||||
"sampleRate": 44100.0
|
||||
},
|
||||
"PulseAudio": {
|
||||
"sampleRate": 96000.0
|
||||
|
Reference in New Issue
Block a user