Increase Spectral Compressor ratio range
This commit is contained in:
parent
8a9c98943e
commit
35c6b97ade
|
@ -336,7 +336,7 @@ impl CompressorParams {
|
||||||
1.0,
|
1.0,
|
||||||
FloatRange::Skewed {
|
FloatRange::Skewed {
|
||||||
min: 1.0,
|
min: 1.0,
|
||||||
max: 300.0,
|
max: 500.0,
|
||||||
factor: FloatRange::skew_factor(-2.0),
|
factor: FloatRange::skew_factor(-2.0),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue