[pulseaudio-tickets] [Bug 95021] LFE channel not synthesized properly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 3 02:54:09 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=95021

--- Comment #14 from Raymond <superquad.vortex2 at gmail.com> ---
https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=979f19a434733afba0480e2ba456cccc98362e05


When enable-lfe-remixing is set, an LFE channel is present in the
resampler's destination channel map but not in the source channel map,
we insert a low-pass filter instead of just averaging the channels.
Other channels will get a high-pass filter

+
+                    if (a == PA_CHANNEL_POSITION_MONO && on_lfe(b) &&
!(r->flags & PA_RESAMPLER_NO_LFE))
+                        *lfe_filter_required = true;


do a == PA_CHANNEL_POSITION_MON when it is stereo ?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160503/a6f07743/attachment.html>


More information about the pulseaudio-bugs mailing list