diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-14 12:38:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-14 12:38:48 +0100 |
| commit | 2610abb85fc82056c51c540d7a3d8f691dfe3403 (patch) | |
| tree | 61aa70f1c541cd6bc8655f673149511aaad4b52c /src/lib/upmixer_b.cc | |
| parent | ff0f82c7c0616acddbd6510d75284856ffaeac71 (diff) | |
Optimise audio filters; tweak order of the LPFs in the upmixers.
Diffstat (limited to 'src/lib/upmixer_b.cc')
| -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 19f0dfed1..9408fdf83 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.002, 150.0 / sampling_rate) + : _lfe (0.01, 150.0 / sampling_rate) , _delay (0.02 * sampling_rate) { |
