[webkit-reviews] review requested: [Bug 105518] "PlaybackTime" parameter is not present in AudioProcessingEvent Interface as per W3C spec : [Attachment 191405] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 22:49:23 PST 2013


Praveen Jadhav <praveen.j at samsung.com> has asked  for review:
Bug 105518: "PlaybackTime" parameter is not present in AudioProcessingEvent
Interface as per W3C spec
https://bugs.webkit.org/show_bug.cgi?id=105518

Attachment 191405: Patch
https://bugs.webkit.org/attachment.cgi?id=191405&action=review

------- Additional Comments from Praveen Jadhav <praveen.j at samsung.com>
Patch includes the basic implementation for 'playbackTime' attribute in
AudioProcessingEvent. Latency because of buffer size is handled by adding
buffer duration to playback time(seems like a crude way though). Tested with
basic cases and seems like it is working fine(needs more realtime cases to
understand how exactly this will affect).
Delay caused by delayNode is not considered.


More information about the webkit-reviews mailing list