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

# VAEDecodeAudio - ComfyUI Built-in Node Documentation

> This node converts an audio latent representation back into a playable audio waveform using a Variational Autoencoder (VAE).

This node converts an audio latent representation back into a playable audio waveform using a Variational Autoencoder (VAE). It takes the encoded samples, decodes them through the selected VAE, and then normalizes the resulting waveform so the overall volume level stays consistent. The output audio uses the VAE's audio sample rate (44100 Hz by default), or the sample rate stored in the input samples when one is present.

## Inputs

| Parameter | Description                                                                                                                                                                                                                | Data Type | Required | Range |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ----- |
| `samples` | The encoded audio samples in latent space that will be decoded back into an audio waveform. If the samples carry their own sample rate, that value is used for the output.                                                 | LATENT    | Yes      | -     |
| `vae`     | The Variational Autoencoder model used to decode the latent samples into audio. Its audio output sample rate (default 44100 Hz) determines the resulting waveform's sample rate when the input samples do not specify one. | VAE       | Yes      | -     |

## Outputs

| Output Name | Description                                                                                                                                                                                               | Data Type |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| `AUDIO`     | The decoded audio waveform with normalized volume, returned together with its sample rate (the sample rate from the input `samples` if present, otherwise the VAE's audio sample rate, default 44100 Hz). | AUDIO     |

> 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/VAEDecodeAudio/en.md)

***

**Source fingerprint (SHA-256):** `2a3f5c912d1d84eea7768979f6b8f0eaa9fe89041f3a3352434f38abd3c09fea`
