RESOLVED FIXED 117435
Add support for WaveShaperNode.oversample
https://bugs.webkit.org/show_bug.cgi?id=117435
Summary Add support for WaveShaperNode.oversample
Chris Rogers
Reported 2013-06-10 16:06:06 PDT
Add support for WaveShaperNode.oversample
Attachments
Patch (52.26 KB, patch)
2013-06-10 16:11 PDT, Chris Rogers
no flags
Patch (52.52 KB, patch)
2013-06-10 17:35 PDT, Chris Rogers
no flags
Patch (52.25 KB, patch)
2013-07-15 13:35 PDT, Chris Rogers
no flags
Chris Rogers
Comment 1 2013-06-10 16:11:48 PDT
Chris Rogers
Comment 2 2013-06-10 17:35:58 PDT
Build Bot
Comment 3 2013-06-10 17:51:53 PDT
Build Bot
Comment 4 2013-06-10 20:26:47 PDT
Chris Rogers
Comment 5 2013-07-15 13:35:32 PDT
Kenneth Russell
Comment 6 2013-07-15 15:02:08 PDT
Comment on attachment 206681 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=206681&action=review r=me based on previous review and comparing to the earlier CL. > Source/WebCore/platform/audio/DownSampler.cpp:44 > + , m_inputBuffer(inputBlockSize * 2) I noticed the initialization order differs from Blink's (and Blink's is likely wrong, not having the same warnings enabled as errors as WebKit). Do you plan to fix Blink's code? > Source/WebCore/platform/audio/UpSampler.cpp:44 > + , m_inputBuffer(inputBlockSize * 2) Same comment about initialization order.
WebKit Commit Bot
Comment 7 2013-07-15 21:54:46 PDT
Comment on attachment 206681 [details] Patch Clearing flags on attachment: 206681 Committed r152702: <http://trac.webkit.org/changeset/152702>
WebKit Commit Bot
Comment 8 2013-07-15 21:54:50 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.