DescriptionSupporting a playbackTime attribute on AudioprocessingEvent.
According to specification, onaudioprocess() evenhandler should delever playbackTime attribute to JS.
The time when the audio will be played in the same time coordinate system as AudioContext.currentTime.
playbackTime allows for very tight synchronization between processing directly in JavaScript
with the other events in the context's rendering graph.
BUG=332782
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170505
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : Fix some naming of valiable on test case. #
Total comments: 3
Patch Set 4 : Fix typo and casting #Patch Set 5 : Rebase #
Total comments: 1
Messages
Total messages: 25 (0 generated)
|