mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
feat: update studio mic preset config
This commit is contained in:
parent
69c6613002
commit
34ab95d310
1 changed files with 72 additions and 68 deletions
|
@ -15,7 +15,7 @@
|
|||
"lpf-mode": "off",
|
||||
"makeup": 0.0,
|
||||
"mode": "Downward",
|
||||
"output-gain": 0.0,
|
||||
"output-gain": -2.1,
|
||||
"ratio": 4.0,
|
||||
"release": 100.0,
|
||||
"release-threshold": -100.0,
|
||||
|
@ -52,20 +52,24 @@
|
|||
"stereo-link": 100.0,
|
||||
"threshold": 0.0
|
||||
},
|
||||
"plugins_order": ["limiter#0", "compressor#0", "reverb#0"],
|
||||
"reverb#0": {
|
||||
"amount": -12.0,
|
||||
"bass-cut": 300.0,
|
||||
"plugins_order": [
|
||||
"limiter#0",
|
||||
"speex#0",
|
||||
"compressor#0"
|
||||
],
|
||||
"speex#0": {
|
||||
"bypass": false,
|
||||
"decay-time": 0.4,
|
||||
"diffusion": 0.5,
|
||||
"dry": 0.0,
|
||||
"hf-damp": 5000.0,
|
||||
"enable-agc": true,
|
||||
"enable-denoise": true,
|
||||
"enable-dereverb": false,
|
||||
"input-gain": 0.0,
|
||||
"noise-suppression": -70,
|
||||
"output-gain": 0.0,
|
||||
"predelay": 0.0,
|
||||
"room-size": "Large",
|
||||
"treble-cut": 5000.0
|
||||
"vad": {
|
||||
"enable": true,
|
||||
"probability-continue": 90,
|
||||
"probability-start": 95
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue