v0.1Latest
Stereo Split
Splits a stereo Audio connection into separate left and right mono outputs.
Splits a stereo Audio connection into explicit left and right mono outputs. Use this before mono-only routing points so the graph records the channel decision instead of relying on implicit stereo reduction.
Inputs
Stereo Audio
Stereo audio input to split into left and right channels.
| ID | audio |
|---|---|
| Signal | audio · audio rate · stereo |
| Unit | normalized |
| Range | -1 to 1 normalized |
| Default | 0 |
| Coercion | Implicit |
Outputs
Left
Left mono channel.
| ID | left |
|---|---|
| Signal | audio · audio rate · mono |
| Unit | normalized |
| Range | -1 to 1 normalized |
| Coercion | Implicit |
Right
Right mono channel.
| ID | right |
|---|---|
| Signal | audio · audio rate · mono |
| Unit | normalized |
| Range | -1 to 1 normalized |
| Coercion | Implicit |
Details
| Canonical ID | util.stereoSplit |
|---|---|
| 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 | left = audio.L; right = audio.R |