mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Added airpyhf_source
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
"bandPlanEnabled": true,
|
||||
"centerTuning": false,
|
||||
"fftHeight": 300,
|
||||
"frequency": 100100000,
|
||||
"max": 0.0,
|
||||
"maximized": true,
|
||||
"frequency": 7375000,
|
||||
"max": -20.588237762451172,
|
||||
"maximized": false,
|
||||
"menuOrder": [
|
||||
"Source",
|
||||
"Radio",
|
||||
@ -17,8 +17,9 @@
|
||||
"Display"
|
||||
],
|
||||
"menuWidth": 300,
|
||||
"min": -61.764705657958984,
|
||||
"min": -54.41176986694336,
|
||||
"moduleInstances": {
|
||||
"AirspyHF+ Source": "airspyhf_source",
|
||||
"Audio Sink": "audio_sink",
|
||||
"PlutoSDR Source": "plutosdr_source",
|
||||
"RTL-TCP Source": "rtl_tcp_source",
|
||||
@ -27,21 +28,22 @@
|
||||
"SoapySDR Source": "soapy_source"
|
||||
},
|
||||
"modules": [
|
||||
"./radio/RelWithDebInfo/radio.dll",
|
||||
"./recorder/RelWithDebInfo/recorder.dll",
|
||||
"./soapy_source/RelWithDebInfo/soapy_source.dll",
|
||||
"./rtl_tcp_source/RelWithDebInfo/rtl_tcp_source.dll",
|
||||
"./audio_sink/RelWithDebInfo/audio_sink.dll",
|
||||
"./plutosdr_source/RelWithDebInfo/plutosdr_source.dll"
|
||||
"./radio/Release/radio.dll",
|
||||
"./recorder/Release/recorder.dll",
|
||||
"./soapy_source/Release/soapy_source.dll",
|
||||
"./airspyhf_source/Release/airspyhf_source.dll",
|
||||
"./rtl_tcp_source/Release/rtl_tcp_source.dll",
|
||||
"./audio_sink/Release/audio_sink.dll",
|
||||
"./plutosdr_source/Release/plutosdr_source.dll"
|
||||
],
|
||||
"offset": 0.0,
|
||||
"showWaterfall": true,
|
||||
"source": "PlutoSDR",
|
||||
"source": "Airspy HF+",
|
||||
"streams": {
|
||||
"Radio": {
|
||||
"muted": false,
|
||||
"sink": "Audio",
|
||||
"volume": 0.2908163368701935
|
||||
"volume": 0.12755101919174194
|
||||
},
|
||||
"Radio 1": {
|
||||
"muted": false,
|
||||
|
@ -16,7 +16,8 @@
|
||||
},
|
||||
"FM": {
|
||||
"bandwidth": 12500.0,
|
||||
"snapInterval": 10000.0
|
||||
"snapInterval": 10000.0,
|
||||
"squelchLevel": -47.474998474121094
|
||||
},
|
||||
"LSB": {
|
||||
"bandwidth": 3000.0,
|
||||
@ -35,7 +36,7 @@
|
||||
"snapInterval": 100000.0,
|
||||
"squelchLevel": -100.0
|
||||
},
|
||||
"selectedDemodId": 1
|
||||
"selectedDemodId": 2
|
||||
},
|
||||
"Radio 1": {
|
||||
"AM": {
|
||||
|
@ -20,6 +20,7 @@
|
||||
"sampleRate": 96000.0
|
||||
},
|
||||
"Default Device": {
|
||||
"agc": false,
|
||||
"sampleRate": 192000.0
|
||||
},
|
||||
"Generic RTL2832U OEM :: 00000001": {
|
||||
|
Reference in New Issue
Block a user