[Webkit-unassigned] [Bug 34827] audio engine: add FFTFrame files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 14:26:30 PDT 2010


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





--- Comment #9 from Kenneth Russell <kbr at google.com>  2010-09-03 14:26:30 PST ---
(In reply to comment #8)
> Hi Ken, thanks for your comments.  I'll fix everything, but I had a question about your suggestion to create a static instance variable to handle the fft setups.  I'm pretty sure that we're not allowed to have code run at static initialization time since one of the build steps checks for this.  So I don't think we can have a static instance of the class, but instead will need a pointer to the class.  Then we'll still need a cleanup method to delete it later on...

I see. I didn't realize that. In that case don't worry about that part of my review.

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