Re: [web-audio-api] [AudioContext]: 'activeSourceCount' should return number of all active Source nodes (#206)

> [Original comment](https://www.w3.org/Bugs/Public/show_bug.cgi?id=21862#1) by Praveen R Jadhav on W3C Bugzilla. Tue, 07 May 2013 13:17:37 GMT

Thanks Ehsan. I can see that "ended" event is added in AudioBufferSourceNode and OscillatorNode IDL. But MediaElementAudioSourceNode and MediaStreamAudioSourceNode too are source nodes and should also include this event. 
Better way should be sending "ended" event from AudioSourceNode IDL(Dummy implementation already available in WebKit) and inherit this in other source nodes, IMO.

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

Received on Wednesday, 11 September 2013 14:39:22 UTC