Slightly lower the threshold parameter
This commit is contained in:
parent
ce72dc5f03
commit
ce0aa0079c
|
@ -186,7 +186,7 @@ impl ThresholdParams {
|
|||
.with_step_size(0.1),
|
||||
center_frequency: FloatParam::new(
|
||||
"Threshold Center",
|
||||
500.0,
|
||||
420.0,
|
||||
FloatRange::Skewed {
|
||||
min: 20.0,
|
||||
max: 20_000.0,
|
||||
|
|
Loading…
Reference in a new issue