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 AudioConcat node combines two audio inputs by joining them together. It takes two audio inputs and connects them in the order you specify, either placing the second audio before or after the first audio. The node automatically handles different audio formats by converting mono audio to stereo and matching sample rates between the two inputs.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
audio1AUDIOrequired--The first audio input to be concatenated
audio2AUDIOrequired--The second audio input to be concatenated
directionCOMBOrequiredafter[‘after’, ‘before’]Whether to append audio2 after or before audio1

Outputs

Output NameData TypeDescription
AUDIOAUDIOThe combined audio containing both input audio files joined together