[web-audio-api] Access to individual AudioTracks (#132)

> Originally reported on W3C Bugzilla [ISSUE-17345](https://www.w3.org/Bugs/Public/show_bug.cgi?id=17345) Tue, 05 Jun 2012 11:37:40 GMT
> Reported by Philip Jägenstedt
> Assigned to 

Audio-ISSUE-54 (MediaElementAudioSourceNode): MediaElementAudioSourceNode [Web Audio API]

http://www.w3.org/2011/audio/track/issues/54

Raised by: Philip Jägenstedt
On product: Web Audio API

HTMLMediaElement is integrated into Web Audio API using the MediaElementAudioSourceNode interface and createMediaElementSource. This looks like an unnecessarily complicated way of making the connection.

Suggestion:

Extend the HTML AudioTrack interface [1] with an "AudioSourceNode node" member. This allows us to use multiple audio tracks from a single HTMLMediaElement.

[1] http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#audiotrack

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/132

Received on Wednesday, 11 September 2013 14:40:25 UTC