summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-11 14:35:28 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-11 14:35:28 +0100
commit482d8fa9814db0946b856dc8934552900e10eb73 (patch)
treead890a6282255eba2657e7f4f6a9a244594dd25b /src
parent01eae738dd84fddbd96db6e10adc17ef6524f05b (diff)
Tweak Lfe response of upmixer b to match upmixer a.
Diffstat (limited to 'src')
-rw-r--r--src/lib/upmixer_b.cc2
1 files changed, 1 insertions, 1 deletions
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)
{