[Bug 21777] Specify that audioprocess events should be dispatched to ScriptProcessorNodes when they're not connected to an output node

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Specify that audioprocess   |Specify that audioprocess
                   |events should only be       |events should be dispatched
                   |dispatched to               |to ScriptProcessorNodes
                   |ScriptProcessorNodes when   |when they're not connected
                   |they're connected to an     |to an output node
                   |output node                 |

--- Comment #3 from Ehsan Akhgari [:ehsan] <ehsan@mozilla.com> ---
Actually now that I have more experience *using* ScriptProcessorNode, I've
changed my mind, and I think it totally makes sense for it to receive events
even if its not connected to anything, as it gives you an inspection tool,
similar to AnalyserNode.

The good news is that that is what Gecko does already.  The bad news is that
WebKit/Blink will need to change their implementation to match.

Leaving this to spec the desired behavior at any rate.

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

Received on Wednesday, 29 May 2013 22:23:21 UTC