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

> [Original comment](https://www.w3.org/Bugs/Public/show_bug.cgi?id=22723#1) by Ehsan Akhgari [:ehsan] on W3C Bugzilla. Fri, 19 Jul 2013 02:18:39 GMT

We can also specify that when used with OfflineAudioContext, the implementation must eliminate the latency and provide a zero latency non-glitching buffer in the rendered buffer on the context.  I think doing that makes sense since the latency added by ScriptProcessorNode is almost never desirable.  And also any application that needs an initial latency can code that into the event handler on the node, or route the output through a DelayNode.

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

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