mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-26 06:52:14 -05:00
Additional pair of parameters has been added to current implementation of equalizer to enable changing playback path gain during audio path fine-tuning
49 lines
861 B
JSON
49 lines
861 B
JSON
{
|
|
"samplerate": 44100,
|
|
"bitWidth": 8,
|
|
"flags": 1,
|
|
"outputVolume": 1,
|
|
"inputGain": 2,
|
|
"inputPath": 2,
|
|
"outputPath": 3,
|
|
"playbackPathGain": 30,
|
|
"playbackPathAtten": -17,
|
|
"filterParams": [
|
|
{
|
|
"filterType": "None",
|
|
"frequency": 1000.2,
|
|
"samplerate": 44100,
|
|
"Q": 0.7,
|
|
"gain": 10
|
|
},
|
|
{
|
|
"filterType": "HighPass",
|
|
"frequency": 2000.0,
|
|
"samplerate": 8000,
|
|
"Q": 1.7,
|
|
"gain": -10
|
|
},
|
|
{
|
|
"filterType": "LowPass",
|
|
"frequency": 10000,
|
|
"samplerate": 44100,
|
|
"Q": 0.75,
|
|
"gain": 2.5
|
|
},
|
|
{
|
|
"filterType": "Notch",
|
|
"frequency": 2500,
|
|
"samplerate": 44100,
|
|
"Q": 4.4,
|
|
"gain": 5.3
|
|
},
|
|
{
|
|
"filterType": "BandPass",
|
|
"frequency": 1000,
|
|
"samplerate": 44100,
|
|
"Q": 0.7,
|
|
"gain": 10
|
|
}
|
|
]
|
|
}
|