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.

IDaudio
Signalaudio · audio rate · stereo
Unitnormalized
Range-1 to 1 normalized
Default0
CoercionImplicit

Outputs

Left

Left mono channel.

IDleft
Signalaudio · audio rate · mono
Unitnormalized
Range-1 to 1 normalized
CoercionImplicit

Right mono channel.

IDright
Signalaudio · audio rate · mono
Unitnormalized
Range-1 to 1 normalized
CoercionImplicit

Details

Canonical IDutil.stereoSplit
Categoryutilities
Runtime Surfaceaudio
Runtime Targetsaudio-worklet
JUCE Early AccessSupported
Early Access NoteNative-supported in the plugin for the current catalog/runtime support contract.
Audio Channel BehaviorSplit / Merge (stereo ↔ dual mono)
Formulaleft = audio.L; right = audio.R