DescriptionInitialize AudioContext on constructor to increase currentTime in real-time.
The AudioContext is not initialized to prevent unefficiant running of audio device
before any node is created in the context. However, it is mismatched with the specification.
According to the specification, currentTime must be increased when currentTime of context.
"This is a time in seconds which starts at zero when the context is created and increases in real-time."
TEST=manually tested that currentTime progresses by creating an AudioNode a short time after creating the context and verified that currentTime was not zero.
BUG=377683
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175026
Patch Set 1 #
Total comments: 6
Patch Set 2 : Add layout test for currentTime #Patch Set 3 : Remove layout test #
Messages
Total messages: 12 (0 generated)
|