small cleanup to AudioChannelSplitter and AudioChannelMerger
authorcrogers
Tue, 24 Apr 2012 12:27:11 -0700
changeset 44 45ffd5850438
parent 43 8afac6dc9ac4
child 45 26a84e0c4232
small cleanup to AudioChannelSplitter and AudioChannelMerger
webaudio/specification.html
--- a/webaudio/specification.html	Tue Apr 17 11:35:56 2012 -0700
+++ b/webaudio/specification.html	Tue Apr 24 12:27:11 2012 -0700
@@ -2272,6 +2272,9 @@
 <h3 id="example-1">Example:</h3>
 <img alt="channel splitter" src="images/channel-splitter.png" /> 
 
+<p>Please note that in this example, the splitter does <b>not</b> interpret the channel identities (such as left, right, etc.), but
+simply splits out channels in the order that they are input.
+
 <p>One application for <code>AudioChannelSplitter</code> is for doing "matrix
 mixing" where individual gain control of each channel is desired. </p>
 
@@ -2302,7 +2305,7 @@
     </pre>
 
 <p>This interface represents an AudioNode for combining channels from multiple
-audio streams into a single audio stream. It has 6 inputs, but not all of them
+audio streams into a single audio stream. It has a variable number of inputs (defaulting to 6), but not all of them
 need be connected. There is a single output whose audio stream has a number of
 channels equal to the sum of the numbers of channels of all the connected
 inputs. For example, if an <code>AudioChannelMerger</code> has two connected
@@ -2315,6 +2318,10 @@
 <h3 id="example-2">Example:</h3>
 <img alt="channel merger" src="images/channel-merger.png" /> 
 
+<p>Please note that in this example, the merger does <b>not</b> interpret the channel identities (such as left, right, etc.), but
+simply combines channels in the order that they are input.
+
+
 <p>Be aware that it is possible to connect an <code>AudioChannelMerger</code>
 in such a way that it outputs an audio stream with a large number of channels
 greater than the maximum supported by the audio hardware. In this case where such an output is connected