> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-partner-nodes-consolidate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PreviewAudio - ComfyUI Built-in Node Documentation

> The Preview Audio node creates a temporary audio preview that can be played directly in the interface, without saving the audio to the ComfyUI output directory.

The Preview Audio node creates a temporary audio preview that can be played directly in the interface, without saving the audio to the ComfyUI output directory. It takes audio data as input and generates a preview widget, allowing users to listen to audio outputs without saving permanent files.

## Inputs

| Parameter | Description                                                                                                                                     | Data Type | Required | Range |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ----- |
| `audio`   | The audio data to preview. This node will raise an error if the input audio is None, which can happen when the source video has no audio track. | AUDIO     | Yes      | -     |

**Note:** If the input `audio` is None, the node raises a ValueError. This can occur when the source video has no audio track.

## Outputs

| Output Name | Description                                                                | Data Type |
| ----------- | -------------------------------------------------------------------------- | --------- |
| `audio`     | The audio data passed through from the input, used for the preview.        | AUDIO     |
| `ui`        | Displays an audio player widget in the interface for previewing the audio. | UI        |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/PreviewAudio/en.md)

***

**Source fingerprint (SHA-256):** `ccbf9873a16bf1578fe25d178454d782f4f9b37ad5721721bef0aee3ff374f9f`
