Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The SplitAudioChannels node separates stereo audio into individual left and right channels. It takes a stereo audio input with two channels and outputs two separate audio streams, one for the left channel and one for the right channel.

Inputs

ParameterData TypeRequiredRangeDescription
audioAUDIOYes-The stereo audio input to be separated into channels
Note: The input audio must have exactly two channels (stereo). The node will raise an error if the input audio has only one channel.

Outputs

Output NameData TypeDescription
leftAUDIOThe separated left channel audio
rightAUDIOThe separated right channel audio