Re: ScriptProcessorNode.channelCountMode should be explicit by default

On Mon, Apr 29, 2013 at 9:04 PM, Ehsan Akhgari <ehsan.akhgari@gmail.com>wrote:

> 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.
>

Yes, you're quite right.  Fixed:
https://dvcs.w3.org/hg/audio/rev/e20301f197eb


>
> --
> Ehsan
> <http://ehsanakhgari.org/>
>

Received on Tuesday, 30 April 2013 19:00:45 UTC