[web-audio-api] Web Audio API can't be implemented in JS (#242)

As suspected, this has become an actual problem now: sebpiq/node-web-audio-api#16

We have things that get data from the audio thread synchronously which cannot be implemented in JS. It might be worth reconsidering my proposals to use Promises for the kinds of operations.

The most problematic one we currently have is probably `AudioBuffer#getChannelData()` which is going to get some changes soon anyway.

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

Received on Friday, 20 September 2013 06:31:41 UTC