Updated config

This commit is contained in:
Eduard Urbach 2025-05-17 17:12:25 +02:00
parent 047a4808cc
commit 285360a1dc
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
7 changed files with 53 additions and 25 deletions

View file

@ -1,16 +1,5 @@
{
"input": {
"bass_enhancer#0": {
"amount": 3.0,
"blend": 0.0,
"bypass": false,
"floor": 12.0,
"floor-active": true,
"harmonics": 10.0,
"input-gain": 0.0,
"output-gain": 0.0,
"scope": 150.0
},
"blocklist": [],
"limiter#0": {
"alr": false,
@ -33,8 +22,9 @@
"threshold": -1.0
},
"plugins_order": [
"stereo_tools#0",
"rnnoise#0",
"bass_enhancer#0",
"speex#0",
"limiter#0"
],
"rnnoise#0": {
@ -46,6 +36,41 @@
"release": 20.0,
"vad-thres": 50.0,
"wet": 0.0
},
"speex#0": {
"bypass": false,
"enable-agc": false,
"enable-denoise": true,
"enable-dereverb": true,
"input-gain": 0.0,
"noise-suppression": -70,
"output-gain": 0.0,
"vad": {
"enable": true,
"probability-continue": 90,
"probability-start": 95
}
},
"stereo_tools#0": {
"balance-in": 0.0,
"balance-out": 0.0,
"bypass": false,
"delay": 0.0,
"input-gain": 0.0,
"middle-level": 0.0,
"middle-panorama": 0.0,
"mode": "LR > LL (Mono Left Channel)",
"mutel": false,
"muter": false,
"output-gain": 0.0,
"phasel": false,
"phaser": false,
"sc-level": 1.0,
"side-balance": 0.0,
"side-level": 0.0,
"softclip": false,
"stereo-base": 0.25,
"stereo-phase": 0.0
}
}
}
}