mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
More aggressive noise gate threshold
This commit is contained in:
parent
8cab4435c9
commit
c3ff505b73
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ GateImpl::GateImpl(int sampleRate) {
|
|||
_sampleRate = sampleRate;
|
||||
|
||||
// defaults
|
||||
setThreshold(-36.0);
|
||||
setThreshold(-30.0);
|
||||
setHold(20.0);
|
||||
setHysteresis(6.0);
|
||||
setRelease(1000.0);
|
||||
|
|
Loading…
Reference in a new issue