diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-11 14:35:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-11 14:35:28 +0100 |
| commit | 482d8fa9814db0946b856dc8934552900e10eb73 (patch) | |
| tree | ad890a6282255eba2657e7f4f6a9a244594dd25b /src | |
| parent | 01eae738dd84fddbd96db6e10adc17ef6524f05b (diff) | |
Tweak Lfe response of upmixer b to match upmixer a.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/upmixer_b.cc | 2 |
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) { |
