NEW 125503
unable to manipulate audio from video tag in WebKit nightly
https://bugs.webkit.org/show_bug.cgi?id=125503
Summary unable to manipulate audio from video tag in WebKit nightly
Aron Allen
Reported 2013-12-10 05:38:51 PST
Hi, I have been playing around with the WebAudio API, and I am unfortunately unable to manipulate the audio contents of a <video> tag. In Chrome I can do so without problems, but in Safari/WebKit nightly I can't. The reason I want to use Safari/WebKit nightly is that the streams I wish to manipulate the audio of are HLS streams, and are currently unsupported in Chrome for various political reasons. I am doing TV interface mockups, and want to experiment with 3D audio positioning on live streaming content. The sample I have linked to above is not of my creation, but shows what the issue is all about. createMediaElementSource is the API call I would expect working on <video> tags.
Attachments
Jer Noble
Comment 1 2013-12-10 10:35:45 PST
Unfortunately, we haven't yet implemented that part of the WebAudio API. It's on our radar though.
Aron Allen
Comment 2 2013-12-10 10:36:42 PST
(In reply to comment #1) > Unfortunately, we haven't yet implemented that part of the WebAudio API. It's on our radar though. any estimates?
Eric Carlson
Comment 3 2013-12-10 10:38:24 PST
Also note that createMediaElementSource works with the MediaStream API, which isn't fully implemented or enabled yet.
Note You need to log in before you can comment on or make changes to this bug.