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 AudioMerge node combines two audio tracks by overlaying their waveforms. It automatically matches the sample rates of both audio inputs and adjusts their lengths to be equal before merging. The node provides several mathematical methods for combining the audio signals and ensures the output remains within acceptable volume levels.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
audio1AUDIOrequired--First audio input to merge
audio2AUDIOrequired--Second audio input to merge
merge_methodCOMBOrequired-[“add”, “mean”, “subtract”, “multiply”]The method used to combine the audio waveforms.

Outputs

Output NameData TypeDescription
AUDIOAUDIOThe merged audio output containing the combined waveform and sample rate