Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51835b8c authored by Antti S. Lankila's avatar Antti S. Lankila
Browse files

Spread the equal loudness contour upwards.

parent da153363
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@ EffectCompression::~EffectCompression()
void EffectCompression::configure(const float samplingFrequency)
{
    Effect::configure(samplingFrequency);
    mWeighter.setBandPass(1000, samplingFrequency, sqrtf(2)/2);
    mWeighter.setBandPass(1700, samplingFrequency, sqrtf(2)/2);
}

void EffectCompression::setRatio(float compressionRatio)