[Webkit-unassigned] [Bug 44795] audio engine: add Biquad files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 17:03:25 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44795





--- Comment #4 from Chris Rogers <crogers at google.com>  2010-09-08 17:03:25 PST ---
Ken, I've addressed your comments.  I've also fixed an issue where the filter coefficients (m_b1 and m_b2) were being used with negative values from what is normally used in biquad filter difference equations.  I've negated their use both in the processing math and when the coefficient values are calculated, so overall there is no change mathematically, but the code now looks cleaner and is in a more standard form.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list