mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-27 12:57:50 +02:00
Fixed warnings on linux
This commit is contained in:
@ -1,33 +1,42 @@
|
||||
{
|
||||
"audio": {
|
||||
"Radio": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.6666666865348816
|
||||
}
|
||||
},
|
||||
"bandPlan": "General",
|
||||
"bandPlanEnabled": true,
|
||||
"fftHeight": 300,
|
||||
"frequency": 103200000,
|
||||
"max": 0.0,
|
||||
"maximized": false,
|
||||
"menuWidth": 300,
|
||||
"min": -52.20588302612305,
|
||||
"showWaterfall": true,
|
||||
"source": "HackRF One #0 901868dc282c8f8b",
|
||||
"sourceSettings": {
|
||||
"HackRF One #0 901868dc282c8f8b": {
|
||||
"gains": {
|
||||
"AMP": 0.0,
|
||||
"LNA": 24.503000259399414,
|
||||
"VGA": 16.229999542236328
|
||||
},
|
||||
"sampleRate": 8000000
|
||||
}
|
||||
},
|
||||
"windowSize": {
|
||||
"h": 726,
|
||||
"w": 1280
|
||||
}
|
||||
{
|
||||
"audio": {
|
||||
"Radio": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.3655914068222046
|
||||
}
|
||||
},
|
||||
"bandPlan": "General",
|
||||
"bandPlanEnabled": true,
|
||||
"fftHeight": 300,
|
||||
"frequency": 96914040,
|
||||
"max": 0.0,
|
||||
"maximized": false,
|
||||
"menuWidth": 300,
|
||||
"min": -51.47058868408203,
|
||||
"showWaterfall": true,
|
||||
"source": "HackRF One #0 901868dc282c8f8b",
|
||||
"sourceSettings": {
|
||||
"Generic RTL2832U OEM :: 00000001": {
|
||||
"gains": {
|
||||
"TUNER": 0.0
|
||||
},
|
||||
"sampleRate": 2560000
|
||||
},
|
||||
"HackRF One #0 901868dc282c8f8b": {
|
||||
"gains": {
|
||||
"AMP": 0.0,
|
||||
"LNA": 24.503000259399414,
|
||||
"VGA": 16.229999542236328
|
||||
},
|
||||
"sampleRate": 8000000
|
||||
},
|
||||
"PulseAudio": {
|
||||
"sampleRate": 96000
|
||||
}
|
||||
},
|
||||
"windowSize": {
|
||||
"h": 1053,
|
||||
"w": 959
|
||||
}
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"Radio": "../build/radio/Release/radio.dll",
|
||||
"Recorder": "../build/recorder/Release/recorder.dll",
|
||||
"Demo": "../build/demo/Release/demo.dll",
|
||||
"Demo 2": "../build/demo/Release/demo.dll"
|
||||
}
|
||||
"Radio": "./radio/radio.so",
|
||||
"Recorder": "./recorder/recorder.so"
|
||||
}
|
||||
|
Reference in New Issue
Block a user