Make ScriptProcessorNode.channelCountMode be 'explicit'
authorcrogers
Tue, 30 Apr 2013 11:58:25 -0700
changeset 305 e20301f197eb
parent 304 37459e013fce
child 306 7c45399648a7
Make ScriptProcessorNode.channelCountMode be 'explicit'
webaudio/specification.html
--- a/webaudio/specification.html	Mon Apr 29 16:33:10 2013 -0700
+++ b/webaudio/specification.html	Tue Apr 30 11:58:25 2013 -0700
@@ -2422,7 +2422,7 @@
     numberOfInputs  : 1
     numberOfOutputs : 1
 
-    channelCountMode = "max";
+    channelCountMode = "explicit";
     channelInterpretation = "speakers";
 </pre>