WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.05k stars 167 forks source link

[TAG] AudioWorkletProcessor needs to extend EventTarget #953

Closed domenic closed 8 years ago

domenic commented 8 years ago

If you intend to fire events at it, this is necessary

hoch commented 8 years ago

Will fix it.

hoch commented 8 years ago

Fixed by #963.