- From: Jussi Kalliokoski <notifications@github.com>
- Date: Thu, 19 Sep 2013 23:31:14 -0700
- To: WebAudio/web-audio-api <web-audio-api@noreply.github.com>
Received on Friday, 20 September 2013 06:31:41 UTC
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