mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
More fixes
This commit is contained in:
@ -4,6 +4,16 @@
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.602150559425354
|
||||
},
|
||||
"Radio 1": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.6881720423698425
|
||||
},
|
||||
"Radio 2": {
|
||||
"device": "Speakers (Realtek High Definiti",
|
||||
"sampleRate": 48000.0,
|
||||
"volume": 0.0
|
||||
}
|
||||
},
|
||||
"bandPlan": "General",
|
||||
@ -19,7 +29,7 @@
|
||||
"sourceSettings": {
|
||||
"Generic RTL2832U OEM :: 00000001": {
|
||||
"gains": {
|
||||
"TUNER": 0.0
|
||||
"TUNER": 11.625
|
||||
},
|
||||
"sampleRate": 2560000
|
||||
},
|
||||
@ -36,7 +46,7 @@
|
||||
}
|
||||
},
|
||||
"windowSize": {
|
||||
"h": 720,
|
||||
"w": 1280
|
||||
"h": 784,
|
||||
"w": 1460
|
||||
}
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"Radio": "./radio/Release/radio.dll",
|
||||
"Recorder": "./recorder/Release/recorder.dll"
|
||||
"Radio 1": "./radio/Release/radio.dll",
|
||||
"Recorder 1": "./recorder/Release/recorder.dll"
|
||||
}
|
||||
|
5
root_dev/radio_config.json
Normal file
5
root_dev/radio_config.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"Radio 1": {
|
||||
"demodulator":1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user