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

> [Original comment](https://www.w3.org/Bugs/Public/show_bug.cgi?id=17345#0) by Chris Rogers on W3C Bugzilla. Tue, 16 Oct 2012 20:19:21 GMT

Ian Hickson and I had discussed the trade-off of these two approaches a while back.  He suggested that with the current approach (with create() method) that we can keep the two APIs well-factored, and not need to change the HTMLMediaElement spec.

Also, I don't think that the create() approach is very complex at all.  It's true that it adds one more line of JS, but this is a very small cost and it's consistent with other source nodes such as createBufferSource().

We've already had plenty of people using this API, and nobody has complained about this particular aspect.

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

Received on Wednesday, 11 September 2013 14:35:15 UTC