Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 642415 of ChannelSplitterNode

  • Revision slug: Web/API/ChannelSplitterNode
  • Revision title: ChannelSplitterNode
  • Revision id: 642415
  • Created:
  • Creator: chrisdavidmills
  • Is current revision? No
  • Comment

Revision Content

{{ draft() }}

{{WebAudioRef}}

The ChannelSplitterNode interface, often used in conjunction with its opposite, {{domxref("ChannelMergerNode")}}, separates the different channels of an audio source into a set of mono outputs. This is useful for accessing each channels seperately, e.g. for performing channel mixing where gain must be separately controlled on each channel.

If ChannelSplitterNode always has one single input, the amount of outputs is defined by a parameter on its constructor and the call to {{domxref("AudioContext.createChannelSplitter()")}}. In case no value is given, it default to 6. If there are less channels in the input than outputs, supernumerary outputs are silent.

  • Number of inputs 1
  • Number of outputs variable; default to 6.
  • Channel count mode "max"
  • Channel count 2 (not used in the default count mode)
  • Channel interpretation "speakers"

Properties

No specific property; inherits properties from its parent, {{domxref("AudioNode")}}.

Methods

No specific method; inherits methods from its parent, {{domxref("AudioNode")}}.

Examples

 

Specifications

Specification Status Comment
{{SpecName('Web Audio API', '#ChannelSplitterNode', 'ChannelSplitterNode')}} {{Spec2('Web Audio API')}}  

Browser compatibility

{{CompatibilityTable}}
Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support {{CompatVersionUnknown}}{{property_prefix("webkit")}} Activated on Nightly only {{CompatNo}} {{CompatNo}} {{CompatUnknown}}
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support {{CompatUnknown}} Activated on Nightly only {{CompatNo}} {{CompatNo}} {{CompatUnknown}}

See also

  • Using Web Audi

Revision Source

<p>{{ draft() }}</p>
<p>{{WebAudioRef}}</p>
<div class="summary">
 <p><span class="seoSummary">The <code><strong>ChannelSplitterNode</strong></code> interface, often used in conjunction with its opposite, {{domxref("ChannelMergerNode")}}, separates the different channels of an audio source into a set of <em>mono</em> outputs. This is useful for accessing each channels seperately, e.g. for performing <em>channel mixing</em> where gain must be separately controlled on each channel.</span></p>
</div>
<p><img alt="" src="https://mdn.mozillademos.org/files/5255/WebAudioSplitter.png" style="width: 200px; height: 151px; display: block;" /></p>
<p>If <code>ChannelSplitterNode</code> always has one single input, the amount of outputs is defined by a parameter on its constructor and the call to {{domxref("AudioContext.createChannelSplitter()")}}. In case no value is given, it default to <code>6</code>. If there are less channels in the input than outputs, supernumerary outputs are silent.</p>
<ul class="audionodebox">
 <li><dfn>Number of inputs</dfn> <code>1</code></li>
 <li><dfn>Number of outputs</dfn> variable; default to <code>6</code>.</li>
 <li><dfn>Channel count mode</dfn> <code>"max"</code></li>
 <li><dfn>Channel count</dfn> <code>2 </code>(not used in the default count mode)</li>
 <li><dfn>Channel interpretation</dfn> <code>"speakers"</code></li>
</ul>
<h2 id="Properties">Properties</h2>
<p><em>No specific property; inherits properties from its parent, </em><em>{{domxref("AudioNode")}}</em>.</p>
<h2 id="Methods">Methods</h2>
<p><em>No specific method; inherits methods from its parent, </em><em>{{domxref("AudioNode")}}</em>.</p>
<h2 id="Examples">Examples</h2>
<p>&nbsp;</p>
<h2 id="Specifications">Specifications</h2>
<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
  <tr>
   <td>{{SpecName('Web Audio API', '#ChannelSplitterNode', 'ChannelSplitterNode')}}</td>
   <td>{{Spec2('Web Audio API')}}</td>
   <td>&nbsp;</td>
  </tr>
 </tbody>
</table>
<h2 id="Browser_compatibility">Browser compatibility</h2>
<div>
 {{CompatibilityTable}}</div>
<div id="compat-desktop">
 <table class="compat-table">
  <tbody>
   <tr>
    <th>Feature</th>
    <th>Chrome</th>
    <th>Firefox (Gecko)</th>
    <th>Internet Explorer</th>
    <th>Opera</th>
    <th>Safari (WebKit)</th>
   </tr>
   <tr>
    <td>Basic support</td>
    <td>{{CompatVersionUnknown}}{{property_prefix("webkit")}}</td>
    <td>Activated on Nightly only</td>
    <td>{{CompatNo}}</td>
    <td>{{CompatNo}}</td>
    <td>{{CompatUnknown}}</td>
   </tr>
  </tbody>
 </table>
</div>
<div id="compat-mobile">
 <table class="compat-table">
  <tbody>
   <tr>
    <th>Feature</th>
    <th>Android</th>
    <th>Firefox Mobile (Gecko)</th>
    <th>IE Phone</th>
    <th>Opera Mobile</th>
    <th>Safari Mobile</th>
   </tr>
   <tr>
    <td>Basic support</td>
    <td>{{CompatUnknown}}</td>
    <td>Activated on Nightly only</td>
    <td>{{CompatNo}}</td>
    <td>{{CompatNo}}</td>
    <td>{{CompatUnknown}}</td>
   </tr>
  </tbody>
 </table>
</div>
<h2 id="See_also">See also</h2>
<ul>
 <li>Using Web Audi</li>
</ul>
Revert to this revision