[Webkit-unassigned] [Bug 34907] audio engine: add FFTConvolver class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 15:05:16 PST 2010


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





--- Comment #2 from Chris Rogers <crogers at google.com>  2010-02-12 15:05:16 PST ---
The FFTConvolver is able to do short convolutions with the FFT size N being at
least twice as large as the length of the short impulse response. It incurs a
latency of N/2 sample-frames. Because of this latency and performance
considerations, it is not suitable for long convolutions. Multiple instances of
this building block can be used to perform extremely long convolutions.

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