[Webkit-unassigned] [Bug 105912] Biquad filter: The phase response is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 10:20:28 PST 2013


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


Raymond Toy <rtoy at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rtoy at chromium.org




--- Comment #1 from Raymond Toy <rtoy at chromium.org>  2013-01-07 10:22:23 PST ---
In the example code given, there a mistake.  The values of the fre array are not set so they're all initialized to 0.  getFrequencyResponse returns the response for the frequency values in fre, so the mag and phase arrays are all filled with the same values corresponding to the response at frequency 0.

Please submit a more complete example if this problem still occurs.

-- 
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