Visit ComfyUI Online for ready-to-use ComfyUI environment
Seamlessly merge two audio files with silent transitions for cohesive tracks.
The SaltAudioStitcher node is designed to seamlessly combine two audio files into a single continuous audio track. This node is particularly useful for AI artists who need to merge different audio segments, such as background music and voiceovers, or different parts of a soundtrack. One of the key features of this node is the ability to add a silent transition between the two audio segments, allowing for smooth and natural transitions. By using this node, you can create cohesive audio experiences without the need for complex audio editing software, making it an essential tool for enhancing your audio projects.
This parameter represents the first audio file that you want to stitch. It is a required input and should be provided in the AUDIO format. The audio file will be the starting segment of the final stitched audio.
This parameter represents the second audio file that you want to stitch. It is also a required input and should be provided in the AUDIO format. The audio file will be the ending segment of the final stitched audio.
This optional parameter allows you to specify the duration of silence to be inserted between the two audio segments. It is a FLOAT value with a minimum of 0.0 seconds and a default value of 0.0 seconds. Adding a silent transition can help create a smoother and more natural transition between the two audio segments.
This output parameter represents the final stitched audio file. It is in the AUDIO format and contains the combined audio segments from audio_a
and audio_b
, with an optional silent transition if specified. The stitched audio can be used directly in your projects or further processed as needed.
silent_transition_seconds
, such as 0.5 or 1.0 seconds.audio_a
and audio_b
are in the same format and sample rate to avoid any compatibility issues during the stitching process.audio_a
and audio_b
are correctly formatted as AUDIO files before inputting them into the node.silent_transition_seconds
is outside the acceptable range.silent_transition_seconds
is a FLOAT and is greater than or equal to 0.0 seconds.© Copyright 2024 RunComfy. All Rights Reserved.