[Bug 22723] OfflineAudioContext and ScriptProcessorNodes

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22723

Ehsan Akhgari [:ehsan] <ehsan@mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ehsan@mozilla.com

--- Comment #2 from Ehsan Akhgari [:ehsan] <ehsan@mozilla.com> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 19 July 2013 02:18:40 UTC