This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe LoadAudio node loads audio files from the input directory and converts them into a format that can be processed by other audio nodes in ComfyUI. It reads audio files and extracts both the waveform data and sample rate, making them available for downstream audio processing tasks.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
audio | AUDIO | Yes | All supported audio/video files in input directory | The audio file to load from the input directory |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
AUDIO | AUDIO | Audio data containing waveform and sample rate information |