[SCM] calf/master: + Compressor: use 20/40/60dB shelve gain for deesser

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:16 UTC 2013


The following commit has been merged in the master branch:
commit b22448f29521a7f8d3f22e56d113cf60210c8130
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Feb 1 21:11:21 2009 +0000

    + Compressor: use 20/40/60dB shelve gain for deesser

diff --git a/src/modules_dsp.cpp b/src/modules_dsp.cpp
index a2344bb..ac94491 100644
--- a/src/modules_dsp.cpp
+++ b/src/modules_dsp.cpp
@@ -549,7 +549,7 @@ uint32_t compressor_audio_module::process(uint32_t offset, uint32_t numsamples,
     
     if (aweighting >= 2)
     {
-        bpL.set_highshelf_rbj(5000, 0.707, 8 + 7 * (aweighting - 2), srate);
+        bpL.set_highshelf_rbj(5000, 0.707, 10 << (aweighting - 2), srate);
         bpR.copy_coeffs(bpL);
         bpL.sanitize();
         bpR.sanitize();

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list