Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates temporary audio file preview for efficient decision-making in audio processing workflows.
The PreViewAudio
node is designed to facilitate the temporary preview of audio files within your workflow. This node is particularly useful when you need to quickly listen to an audio file without saving it permanently. By leveraging this node, you can streamline your audio processing tasks, ensuring that you can efficiently review and make decisions on audio content before committing to any changes. The PreViewAudio
node inherits from the SaveAudio
class but is tailored for temporary storage, making it an essential tool for AI artists who frequently work with audio data and need a quick and easy way to preview their work.
The audio
parameter is required and expects an audio file in the format of AUDIO
. This parameter represents the audio data that you wish to preview. The node will process this audio file and store it temporarily for playback. The audio file should be in one of the supported formats such as .wav
, .mp3
, .ogg
, .flac
, .aiff
, or .aif
. This parameter is crucial as it provides the actual audio content that you want to preview.
The prompt
parameter is hidden and is used internally by the node. It is not intended for direct manipulation by the user.
The extra_pnginfo
parameter is also hidden and used internally by the node. It is not intended for direct manipulation by the user.
This node does not have any output parameters as its primary function is to provide a temporary preview of the audio file.
<audio_file_name>
.wav
, .mp3
, .ogg
, .flac
, .aiff
, or .aif
.© Copyright 2024 RunComfy. All Rights Reserved.