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

# LTXVAudioVAEDecode - ComfyUI Built-in Node Documentation

> Complete documentation for the LTXVAudioVAEDecode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 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)

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 a specific sample rate.

## Inputs

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

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

## Outputs

| Output Name | Data Type | Description                                                                                                                                                                                 |
| ----------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Audio`     | AUDIO     | The decoded audio waveform and its associated sample rate. The waveform is a tensor moved to the same device as the input latent, and the sample rate is determined by the Audio VAE model. |

***

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