[Webkit-unassigned] [Bug 177292] Audio stream volume example doesn't work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 15 13:42:54 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=177292
--- Comment #17 from Chad Phillips <webkit at xylil.com> ---
@Eric Carlson, yes! Thanks for the clues, clear now.
Attaching a few passing test cases for reference in case others get stuck.
The mistake I was making was trying to make calls against the object returned by audioContext.createMediaStreamSource(stream), which is a MediaStreamAudioSourceNode, not the original audioContext object. Calling resume() on the audioContext object itself does the trick. It looks like the audioContext object is also accessible at MediaStreamAudioSourceNode object's 'context' property.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171115/42dc7c6b/attachment.html>
More information about the webkit-unassigned
mailing list