1
0
Fork 0

Slightly lower the threshold parameter

This commit is contained in:
Robbert van der Helm 2022-07-24 18:26:57 +02:00
parent ce72dc5f03
commit ce0aa0079c

View file

@ -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,