merge - Ch. Merger
Combines multiple channels into one multichannel stream.
Inputs & Outputs
Section titled “Inputs & Outputs”| Direction | Handle |
|---|---|
| Input | left |
| Input | right |
| Output | audio-out |
Parameters
Section titled “Parameters”| Parameter | Label | Type | Default | Range |
|---|---|---|---|---|
| - | - | - | - | - |
blzr Mapping
Section titled “blzr Mapping”| Field | Value |
|---|---|
| Native type | ChannelMerger |
| Create args | 2 |
| Implementation status | implemented |
Patch Examples
Section titled “Patch Examples”- none
Implementation Notes
Section titled “Implementation Notes”Parity Notes
Section titled “Parity Notes”- none
Future UX Work
Section titled “Future UX Work”- Allow users to choose input count instead of fixed stereo merge.
Web Audio Reference
Section titled “Web Audio Reference”Based on ChannelMergerNode (MDN)
| Field | Value |
|---|---|
| API node | ChannelMergerNode |
| Factory | createChannelMerger |
| Factory args | optional unsigned long numberOfInputs = 6 |
| Web Audio params | “ |
AudioParams
Section titled “AudioParams”| Name | Type |
|---|---|
| - | - |
Properties
Section titled “Properties”| Name | Type |
|---|---|
| - | - |
Provenance
Section titled “Provenance”| Source | Identifier | Section |
|---|---|---|
| Primary | w3c-webaudio-1-1 | ChannelMergerNode |
| Secondary | mdn-webaudio | Web Audio API |
Related Concepts
Section titled “Related Concepts”Related Guides
Section titled “Related Guides”Related Nodes
Section titled “Related Nodes”- none