A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/ChannelMergerNode below:

ChannelMergerNode - Web APIs | MDN

ChannelMergerNode

Baseline Widely available

The ChannelMergerNode interface, often used in conjunction with its opposite, ChannelSplitterNode, reunites different mono inputs into a single output. Each input is used to fill a channel of the output. This is useful for accessing each channels separately, e.g., for performing channel mixing where gain must be separately controlled on each channel.

If ChannelMergerNode has one single output, but as many inputs as there are channels to merge; the number of inputs is defined as a parameter of its constructor and the call to AudioContext.createChannelMerger(). In the case that no value is given, it will default to 6.

Using a ChannelMergerNode, it is possible to create outputs with more channels than the rendering hardware is able to process. In that case, when the signal is sent to the AudioContext.listener object, supernumerary channels will be ignored.

EventTarget AudioNode ChannelMergerNode Number of inputs variable; default to 6. Number of outputs 1 Channel count mode "explicit" Channel count 2 (not used in the default count mode) Channel interpretation "speakers" Constructor
ChannelMergerNode()

Creates a new ChannelMergerNode object instance.

Instance properties

No specific property; inherits properties from its parent, AudioNode.

Instance methods

No specific method; inherits methods from its parent, AudioNode.

Example

See BaseAudioContext.createChannelMerger() for example code.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3