v0.1Latest

Stereo Split

Stereo Split

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.

Stereo Split node screenshot

Inputs

Stereo Audio

  • ID: audio
  • Kind: audio
  • Rate: audio
  • Audio Channel Layout: stereo
  • Unit: normalized
  • Range: -1 to 1 normalized
  • Coercion: Implicit
  • Description: Stereo audio input to split into left and right channels.
  • Default: 0

Outputs

Left

  • ID: left
  • Kind: audio
  • Rate: audio
  • Audio Channel Layout: mono
  • Unit: normalized
  • Range: -1 to 1 normalized
  • Coercion: Implicit
  • Description: Left mono channel.

Right

  • ID: right
  • Kind: audio
  • Rate: audio
  • Audio Channel Layout: mono
  • Unit: normalized
  • Range: -1 to 1 normalized
  • Coercion: Implicit
  • Description: Right mono channel.

Notes

  • 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.
  • Formula: left = audio.L; right = audio.R