Default Spectral Compressor threshold to -12 dB
This commit is contained in:
parent
c56950551f
commit
f231be1b1e
|
@ -217,7 +217,7 @@ impl ThresholdParams {
|
|||
ThresholdParams {
|
||||
threshold_db: FloatParam::new(
|
||||
"Global Threshold",
|
||||
0.0,
|
||||
-12.0,
|
||||
FloatRange::Linear {
|
||||
min: -100.0,
|
||||
max: 20.0,
|
||||
|
|
Loading…
Reference in a new issue