Re: [web-audio-api] OfflineAudioContext and ScriptProcessorNodes (#69)

> [Original comment](https://www.w3.org/Bugs/Public/show_bug.cgi?id=22723#0) by Chris Rogers on W3C Bugzilla. Thu, 18 Jul 2013 22:24:28 GMT

Kumar, I've been starting some initial work on this in Blink.  I believe that as long as the ScriptProcessorNode buffer size is equal to 128 (the block processing size of the AudioContext) then we can get zero in/out latency on this node if used with an OfflineAudioContext.  Otherwise, if the buffer size is greater, then we have to end up buffering and incur some latency, although the processing would still be synchronized.

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

Received on Wednesday, 11 September 2013 14:32:53 UTC