> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/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.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LTXVAudioVAEDecode/zh.md)

LTXV Audio VAE Decode 节点将音频的潜在表示转换回音频波形。它使用专门的 Audio VAE 模型来执行此解码过程，生成具有特定采样率的音频输出。

## 输入参数

| 参数名         | 数据类型   | 必填 | 取值范围 | 描述                      |
| ----------- | ------ | -- | ---- | ----------------------- |
| `samples`   | LATENT | 是  | N/A  | 待解码的潜在表示。               |
| `audio_vae` | VAE    | 是  | N/A  | 用于解码潜在表示的 Audio VAE 模型。 |

**注意：** 如果提供的潜在表示是嵌套的（包含多个潜在表示），节点将自动使用序列中的最后一个潜在表示进行解码。

## 输出结果

| 输出名称    | 数据类型  | 描述                |
| ------- | ----- | ----------------- |
| `Audio` | AUDIO | 解码后的音频波形及其关联的采样率。 |
