1
0
Fork 0

Disable downwards hi-freq rolloff by default

This commit is contained in:
Robbert van der Helm 2022-09-04 15:50:20 +02:00
parent 8e624af3f4
commit 7cb189b8ef

View file

@ -357,8 +357,8 @@ impl CompressorParams {
if param_id_prefix == UPWARDS_NAME_PREFIX {
0.75
} else {
// These basically work in the opposite way
0.25
// When used subtly, no rolloff is usually better for downwards compression
0.0
},
FloatRange::Linear { min: 0.0, max: 1.0 },
)