[SCM] calf/master: Multichorus: attempt to fix the loss of stereo phase shift after stop/start.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:52 UTC 2013


The following commit has been merged in the master branch:
commit 1bbee4207e87d3ac8bf8c40b7c5aca44a2ec9280
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Fri Feb 10 00:27:16 2012 +0000

    Multichorus: attempt to fix the loss of stereo phase shift after stop/start.

diff --git a/src/modules_mod.cpp b/src/modules_mod.cpp
index 91c50df..b51a49e 100644
--- a/src/modules_mod.cpp
+++ b/src/modules_mod.cpp
@@ -421,6 +421,7 @@ void multichorus_audio_module::deactivate()
 
 void multichorus_audio_module::set_sample_rate(uint32_t sr) {
     srate = sr;
+    last_r_phase = -1;
     left.setup(sr);
     right.setup(sr);
 }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list