Tweak Lfe response of upmixer b to match upmixer a.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Oct 2015 13:35:28 +0000 (14:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Oct 2015 13:35:28 +0000 (14:35 +0100)
src/lib/upmixer_b.cc

index 9340582c3398883afd186c3de90b50dd939a1b60..19f0dfed143ed5f1acd47e8589e61ad58b9dbe06 100644 (file)
@@ -29,7 +29,7 @@ using std::vector;
 using boost::shared_ptr;
 
 UpmixerB::UpmixerB (int sampling_rate)
-       : _lfe (0.02, 20.0 / sampling_rate, 150.0 / sampling_rate)
+       : _lfe (0.002, 150.0 / sampling_rate)
        , _delay (0.02 * sampling_rate)
 {