> ## 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.

# VAEDecodeAudio - ComfyUI Built-in Node Documentation

> Complete documentation for the VAEDecodeAudio 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/VAEDecodeAudio/zh.md)

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

## 输入参数

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

## 输出结果

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