v0.1Latest
Stereo Merge
Stereo Merge
Combines explicit left and right mono inputs into one stereo Audio connection. Direct stereo-to-mono wiring into either input is rejected; split or reduce the signal explicitly first.

Inputs
Left
- ID:
left - Kind:
audio - Rate:
audio - Audio Channel Layout:
mono - Unit:
normalized - Range: -1 to 1 normalized
- Coercion: Implicit
- Description: Left mono channel.
- Default:
0
Right
- ID:
right - Kind:
audio - Rate:
audio - Audio Channel Layout:
mono - Unit:
normalized - Range: -1 to 1 normalized
- Coercion: Implicit
- Description: Right mono channel.
- Default:
0
Outputs
Stereo Audio
- ID:
audio - Kind:
audio - Rate:
audio - Audio Channel Layout:
stereo - Unit:
normalized - Range: -1 to 1 normalized
- Coercion: Implicit
- Description: Merged stereo audio output.
Notes
- Canonical ID:
util.stereoMerge - Category:
utilities - Runtime Surface: audio
- Runtime Targets:
audio-worklet - JUCE Early Access: Supported
- Early Access Note: Native-supported in the plugin for the current catalog/runtime support contract.
- Formula: audio.L = left; audio.R = right