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

# VAEDecodeAudio - ComfyUI Built-in Node Documentation

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

VAEDecodeAudio 节点使用变分自编码器将潜在表示转换回音频波形。它接收编码后的音频样本，通过 VAE 进行处理以重建原始音频，并应用归一化确保输出电平一致。最终输出的音频采用 44100 Hz 标准采样率。

## 输入

| 参数       | 描述                     | 数据类型   | 是否必填 | 取值范围 |
| -------- | ---------------------- | ------ | ---- | ---- |
| `Latent` | 潜在空间中的编码音频样本，将被解码回音频波形 | LATENT | 是    | -    |
| `vae`    | 用于将潜在样本解码为音频的变分自编码器模型  | VAE    | 是    | -    |

## 输出

| 输出名称    | 描述                            | 数据类型  |
| ------- | ----------------------------- | ----- |
| `AUDIO` | 解码后的音频波形，音量已归一化，采样率为 44100 Hz | AUDIO |

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

***

**Source fingerprint (SHA-256):** `15848d3763324cbae986949146d57352c68369713cd99a27d216797560836824`
