mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-27 21:07:50 +02:00
New module system
This commit is contained in:
@ -1,52 +1,52 @@
|
||||
{
|
||||
"audio": {
|
||||
"Radio": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.602150559425354
|
||||
},
|
||||
"Radio 1": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.4185185134410858
|
||||
},
|
||||
"Radio 2": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.0
|
||||
}
|
||||
},
|
||||
"bandPlan": "General",
|
||||
"bandPlanEnabled": true,
|
||||
"fftHeight": 300,
|
||||
"frequency": 99000000,
|
||||
"max": 0.0,
|
||||
"maximized": false,
|
||||
"menuWidth": 300,
|
||||
"min": -51.47058868408203,
|
||||
"showWaterfall": true,
|
||||
"source": "Generic RTL2832U OEM :: 00000001",
|
||||
"sourceSettings": {
|
||||
"Generic RTL2832U OEM :: 00000001": {
|
||||
"gains": {
|
||||
"TUNER": 11.625
|
||||
},
|
||||
"sampleRate": 2560000
|
||||
},
|
||||
"HackRF One #0 901868dc282c8f8b": {
|
||||
"gains": {
|
||||
"AMP": 0.0,
|
||||
"LNA": 24.503000259399414,
|
||||
"VGA": 16.229999542236328
|
||||
},
|
||||
"sampleRate": 8000000
|
||||
},
|
||||
"PulseAudio": {
|
||||
"sampleRate": 96000
|
||||
}
|
||||
},
|
||||
"windowSize": {
|
||||
"h": 784,
|
||||
"w": 1460
|
||||
}
|
||||
{
|
||||
"audio": {
|
||||
"Radio": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.602150559425354
|
||||
},
|
||||
"Radio 1": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.4185185134410858
|
||||
},
|
||||
"Radio 2": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.0
|
||||
}
|
||||
},
|
||||
"bandPlan": "General",
|
||||
"bandPlanEnabled": true,
|
||||
"fftHeight": 300,
|
||||
"frequency": 96570096,
|
||||
"max": 0.0,
|
||||
"maximized": false,
|
||||
"menuWidth": 300,
|
||||
"min": -51.47058868408203,
|
||||
"showWaterfall": true,
|
||||
"source": "Generic RTL2832U OEM :: 00000001",
|
||||
"sourceSettings": {
|
||||
"Generic RTL2832U OEM :: 00000001": {
|
||||
"gains": {
|
||||
"TUNER": 11.625
|
||||
},
|
||||
"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,4 +1,6 @@
|
||||
{
|
||||
"Radio 1": "./radio/Release/radio.dll",
|
||||
"Recorder 1": "./recorder/Release/recorder.dll"
|
||||
}
|
||||
"Radio": "./radio/radio.so",
|
||||
"Recorder": "./recorder/recorder.so",
|
||||
"Soapy": "./soapy/soapy.so",
|
||||
"FileSource": "./file_source/file_source.so"
|
||||
}
|
Reference in New Issue
Block a user