Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.comfy.org/llms.txt

Use this file to discover all available pages before exploring further.

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