diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-10 18:59:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-10 18:59:12 +0100 |
| commit | bf66dd3832c1f25818b05c7b9f90a7e99ca4375b (patch) | |
| tree | 2c8fa5a90ecfc10cc02d0bae8dc2c87fdaecbc63 /src/lib/upmixer_a.h | |
| parent | 6b8473e9f933e63644a7d07c65d83e863e576954 (diff) | |
Tweak Lfe and C responses in upmixer-A to meet the desired frequency ranges more closely.
Diffstat (limited to 'src/lib/upmixer_a.h')
| -rw-r--r-- | src/lib/upmixer_a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upmixer_a.h b/src/lib/upmixer_a.h index 654f5f025..a644e92fe 100644 --- a/src/lib/upmixer_a.h +++ b/src/lib/upmixer_a.h @@ -45,7 +45,7 @@ private: BandPassAudioFilter _left; BandPassAudioFilter _right; BandPassAudioFilter _centre; - BandPassAudioFilter _lfe; + LowPassAudioFilter _lfe; BandPassAudioFilter _ls; BandPassAudioFilter _rs; }; |
