RESOLVED DUPLICATE of bug 70093 Bug 61524
Web Audio API Inconsistencies
https://bugs.webkit.org/show_bug.cgi?id=61524
Summary Web Audio API Inconsistencies
mike
Reported 2011-05-26 07:11:08 PDT
There are two inconsistencies in the current version of the Web Audio API specification (v1.0.32 at http://chromium.googlecode.com/svn/trunk/samples/audio/specification/specification.html ): - 4.10. The AudioBufferSourceNode Interface The "loop" attribute referenced in the documentation is named "looping" - 4.13. The AudioProcessingEvent Interface The event does not seem to contain the "playbackTime" attribute These inconsistencies were discovered on a Windows XP machine running Chrome 13.0.767.1 dev-m.
Attachments
Chris Rogers
Comment 1 2011-07-25 16:42:42 PDT
Addressed the .looping -> .loop change here: http://trac.webkit.org/changeset/91723 Now, to fix .playbackTime...
Adam Goode
Comment 2 2012-07-23 18:24:31 PDT
Any update on this? I really miss playbackTime.
Chris Rogers
Comment 3 2013-05-10 17:45:48 PDT
For .playbackTime, marking this as duplicate of https://bugs.webkit.org/show_bug.cgi?id=70093 *** This bug has been marked as a duplicate of bug 70093 ***
Cristiano Belloni
Comment 4 2014-01-09 06:15:46 PST
Except #70093 is not exactly a duplicate of this. This is realated to the playbackTime in the AudioProcessingEvent passed to an AudioBufferSourceNode calback, which is in the W3 specs while it is not in the implementation (currently, Chrome 31.0.1650.63 does not support the playbackTime attribute). #70093 is about the introduction of another attribute (playbackPosition) in a AudioBufferSourceNode. They're completely different beasts, IMHO.
Note You need to log in before you can comment on or make changes to this bug.