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 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