This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe Join Audio Channels node combines two separate mono audio inputs into a single stereo audio output. It takes a left channel and a right channel, ensures they have compatible sample rates and lengths, and merges them into a two-channel audio waveform.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
audio_left | AUDIO | Yes | The mono audio data to be used as the left channel in the resulting stereo audio. | |
audio_right | AUDIO | Yes | The mono audio data to be used as the right channel in the resulting stereo audio. |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
audio | AUDIO | The resulting stereo audio, containing the joined left and right channels. |