- From: Ehsan Akhgari <ehsan.akhgari@gmail.com>
- Date: Tue, 30 Apr 2013 00:04:36 -0400
- To: "public-audio@w3.org" <public-audio@w3.org>
Received on Tuesday, 30 April 2013 04:05:44 UTC
AudioContext.createScriptProcessor() accepts the number of input channels as an argument, but the channelCountMode is currently set to "max" by default, which renders that argument moot by default. I believe that we need to change the default value of channelCountMode for ScriptProcessorNode to "explicit" in order for this all to make sense together. -- Ehsan <http://ehsanakhgari.org/>
Received on Tuesday, 30 April 2013 04:05:44 UTC