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

# LTXVAudioVAEDecode - ComfyUI Built-in Node Documentation

> The LTXV Audio VAE Decode node converts a latent representation of audio back into an audio waveform.

The LTXV Audio VAE Decode node converts a latent representation of audio back into an audio waveform. It uses a specialized Audio VAE model to perform this decoding process, producing an audio output with its associated sample rate.

## Inputs

| Parameter   | Description                                       | Data Type | Required | Range |
| ----------- | ------------------------------------------------- | --------- | -------- | ----- |
| `samples`   | The latent to be decoded.                         | LATENT    | Yes      | N/A   |
| `audio_vae` | The Audio VAE model used for decoding the latent. | VAE       | Yes      | N/A   |

**Note:** If the provided latent is nested (contains multiple latents), the node automatically uses the last latent in the sequence for decoding.

## Outputs

| Output Name | Description                                                                                                                                                                         | Data Type |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| `Audio`     | The decoded audio waveform and its associated sample rate. The waveform is placed on the same device as the input latent, and the sample rate is determined by the Audio VAE model. | 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/LTXVAudioVAEDecode/en.md)

***

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