mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 13:12: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",
|
"lpf-mode": "off",
|
||||||
"makeup": 0.0,
|
"makeup": 0.0,
|
||||||
"mode": "Downward",
|
"mode": "Downward",
|
||||||
"output-gain": 0.0,
|
"output-gain": -2.1,
|
||||||
"ratio": 4.0,
|
"ratio": 4.0,
|
||||||
"release": 100.0,
|
"release": 100.0,
|
||||||
"release-threshold": -100.0,
|
"release-threshold": -100.0,
|
||||||
|
@ -52,20 +52,24 @@
|
||||||
"stereo-link": 100.0,
|
"stereo-link": 100.0,
|
||||||
"threshold": 0.0
|
"threshold": 0.0
|
||||||
},
|
},
|
||||||
"plugins_order": ["limiter#0", "compressor#0", "reverb#0"],
|
"plugins_order": [
|
||||||
"reverb#0": {
|
"limiter#0",
|
||||||
"amount": -12.0,
|
"speex#0",
|
||||||
"bass-cut": 300.0,
|
"compressor#0"
|
||||||
|
],
|
||||||
|
"speex#0": {
|
||||||
"bypass": false,
|
"bypass": false,
|
||||||
"decay-time": 0.4,
|
"enable-agc": true,
|
||||||
"diffusion": 0.5,
|
"enable-denoise": true,
|
||||||
"dry": 0.0,
|
"enable-dereverb": false,
|
||||||
"hf-damp": 5000.0,
|
|
||||||
"input-gain": 0.0,
|
"input-gain": 0.0,
|
||||||
|
"noise-suppression": -70,
|
||||||
"output-gain": 0.0,
|
"output-gain": 0.0,
|
||||||
"predelay": 0.0,
|
"vad": {
|
||||||
"room-size": "Large",
|
"enable": true,
|
||||||
"treble-cut": 5000.0
|
"probability-continue": 90,
|
||||||
|
"probability-start": 95
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue