Add detail about initial value for ScriptProcessorNode.channelCount
authorcrogers
Tue, 30 Apr 2013 12:02:26 -0700
changeset 306 7c45399648a7
parent 305 e20301f197eb
child 307 21562b34bf0f
Add detail about initial value for ScriptProcessorNode.channelCount
webaudio/specification.html
--- a/webaudio/specification.html	Tue Apr 30 11:58:25 2013 -0700
+++ b/webaudio/specification.html	Tue Apr 30 12:02:26 2013 -0700
@@ -2422,6 +2422,7 @@
     numberOfInputs  : 1
     numberOfOutputs : 1
 
+    channelCount = numberOfInputChannels;
     channelCountMode = "explicit";
     channelInterpretation = "speakers";
 </pre>