v0.1Latest
Stereo Merge
Combines separate left and right mono inputs into one stereo Audio connection.
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
Left mono channel.
| ID | left |
|---|---|
| Signal | audio · audio rate · mono |
| Unit | normalized |
| Range | -1 to 1 normalized |
| Default | 0 |
| Coercion | Implicit |
Right
Right mono channel.
| ID | right |
|---|---|
| Signal | audio · audio rate · mono |
| Unit | normalized |
| Range | -1 to 1 normalized |
| Default | 0 |
| Coercion | Implicit |
Outputs
Stereo Audio
Merged stereo audio output.
| ID | audio |
|---|---|
| Signal | audio · audio rate · stereo |
| Unit | normalized |
| Range | -1 to 1 normalized |
| Coercion | Implicit |
Details
| 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. |
| Audio Channel Behavior | Split / Merge (stereo ↔ dual mono) |
| Formula | audio.L = left; audio.R = right |