Default SC global threshold to 0 dBFS
This commit is contained in:
parent
ce0aa0079c
commit
2a464c478c
|
@ -175,7 +175,7 @@ impl ThresholdParams {
|
|||
ThresholdParams {
|
||||
threshold_db: FloatParam::new(
|
||||
"Global Threshold",
|
||||
-20.0,
|
||||
0.0,
|
||||
FloatRange::Linear {
|
||||
min: -100.0,
|
||||
max: 20.0,
|
||||
|
|
Loading…
Reference in a new issue