Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for loading and combining audio files for AI art projects, enabling seamless merging of multiple segments efficiently.
The LoadAndCombinedAudio_
node is designed to facilitate the loading and combination of audio files within your AI art projects. This node allows you to input multiple audio files, specify the start time and duration for each, and then combine them into a single audio output. This functionality is particularly useful for creating complex audio compositions or soundscapes by merging different audio segments seamlessly. The node ensures that the audio files are processed efficiently and provides a straightforward way to manage and manipulate audio data within your creative workflows.
This parameter accepts audio files in base64 format. It is essential for loading the audio data that you want to combine. The input should be a valid base64 encoded string representing the audio file.
This parameter specifies the start time in seconds for the audio segment you want to use. It allows you to define the exact point in the audio file where the segment should begin. The default value is 0, with a minimum value of 0 and a maximum value of 10,000,000, allowing for precise control over the audio segment's starting point.
This parameter defines the duration in seconds for the audio segment. It determines how long the audio segment should be from the specified start time. The default value is 10 seconds, with a minimum value of -1 (indicating no cropping) and a maximum value of 10,000,000. This flexibility enables you to extract and use specific portions of the audio file as needed.
This output parameter provides the file path of the combined audio file. It is a string that indicates where the resulting audio file is saved, allowing you to easily locate and use the combined audio in your projects.
This output parameter contains the combined audio data. It is a dictionary that includes the waveform and sample rate of the audio, providing you with the necessary information to further process or analyze the audio data within your workflows.
start_time
and duration
parameters to precisely control the segments of audio you want to combine, allowing for more creative flexibility.duration
parameter to -1 to use the entire audio file from the specified start time.<audio>
start_time
and duration
values are within valid ranges.© Copyright 2024 RunComfy. All Rights Reserved.