From 482d8fa9814db0946b856dc8934552900e10eb73 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 11 Oct 2015 14:35:28 +0100 Subject: Tweak Lfe response of upmixer b to match upmixer a. --- src/lib/upmixer_b.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/upmixer_b.cc b/src/lib/upmixer_b.cc index 9340582c3..19f0dfed1 100644 --- a/src/lib/upmixer_b.cc +++ b/src/lib/upmixer_b.cc @@ -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) { -- cgit v1.2.3