[web-audio-api] Neuter the outputBuffer argument to AudioProcessingEvent after the event has been dispatched (#58)

> Originally reported on W3C Bugzilla [ISSUE-21706](https://www.w3.org/Bugs/Public/show_bug.cgi?id=21706) Tue, 16 Apr 2013 02:41:21 GMT
> Reported by Ehsan Akhgari [:ehsan]
> Assigned to 

Similar to the neutering behavior for decodeAudioData's argument, we need to precisely define what happens when script attempts to access or modify AudioProcessingEvent.outputBuffer after the event has been dispatched.  The most efficient way to handle this would be to neuter the array buffers in outputBuffer so that the implementation can use the buffer without having to copy its data to an internal buffer in order to avoid being affected by any possible modifications coming from content after the event has been dispatched.

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

Received on Wednesday, 11 September 2013 14:29:43 UTC