Bug 125503 - unable to manipulate audio from video tag in WebKit nightly
Summary: unable to manipulate audio from video tag in WebKit nightly
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.9
: P2 Blocker
Assignee: Nobody
URL: http://helpknow.com/eq/#!
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 05:38 PST by Aron Allen
Modified: 2013-12-10 10:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aron Allen 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.
Comment 1 Jer Noble 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.
Comment 2 Aron Allen 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?
Comment 3 Eric Carlson 2013-12-10 10:38:24 PST
Also note that createMediaElementSource works with the MediaStream API, which isn't fully implemented or enabled yet.