[web-audio-api] Specify the data model for AudioContext.createPeriodicWave (#68)

> Originally reported on W3C Bugzilla [ISSUE-22830](https://www.w3.org/Bugs/Public/show_bug.cgi?id=22830) Mon, 29 Jul 2013 18:48:53 GMT
> Reported by Ehsan Akhgari [:ehsan]
> Assigned to 

We need to specify exactly what happens when you call AudioContext.createPeriodicWave.  Roc's proposal was that we should copy the arrays passed into this method when it gets called and use the internal copies from that point on so that we don't race with those arrays being modified on the main thread.  I support that proposal.

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

Received on Wednesday, 11 September 2013 14:28:30 UTC