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

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `audio` | The stereo audio input to be separated into channels | AUDIO | Yes | - |

**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 Name | Description | Data Type |
| --- | --- | --- |
| `left` | The separated left channel audio | AUDIO |
| `right` | The separated right channel audio | AUDIO |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/SplitAudioChannels/en.md)

---
**Source fingerprint (SHA-256):** `c6e6ecb219e0cb47b003ec9c28fdc060ef83bf1c8bd77d9fb29a088d55a9ab3f`
