Disable downwards hi-freq rolloff by default
This commit is contained in:
parent
8e624af3f4
commit
7cb189b8ef
|
@ -357,8 +357,8 @@ impl CompressorParams {
|
||||||
if param_id_prefix == UPWARDS_NAME_PREFIX {
|
if param_id_prefix == UPWARDS_NAME_PREFIX {
|
||||||
0.75
|
0.75
|
||||||
} else {
|
} else {
|
||||||
// These basically work in the opposite way
|
// When used subtly, no rolloff is usually better for downwards compression
|
||||||
0.25
|
0.0
|
||||||
},
|
},
|
||||||
FloatRange::Linear { min: 0.0, max: 1.0 },
|
FloatRange::Linear { min: 0.0, max: 1.0 },
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue