This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
audio | AUDIO | Yes | - | The stereo audio input to be separated into channels |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
left | AUDIO | The separated left channel audio |
right | AUDIO | The separated right channel audio |