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

# VAEDecodeAudio - ComfyUI Built-in Node Documentation

> VAEDecodeAudio 节点使用变分自编码器（VAE）将潜在表示转换回音频波形。

VAEDecodeAudio 节点使用变分自编码器（VAE）将潜在表示转换回音频波形。它接收编码后的音频样本，通过 VAE 进行处理以重建原始音频，并应用归一化确保输出电平一致。默认情况下，返回的音频采样率为 44100 Hz；如果输入样本中提供了采样率，则使用输入样本的采样率。

## 输入

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

## 输出

| 输出名称    | 描述                                                             | 数据类型  |
| ------- | -------------------------------------------------------------- | ----- |
| `AUDIO` | 解码后的音频波形，具有归一化音量和采样率（默认：44100 Hz；若输入 `samples` 中包含采样率，则使用该采样率） | AUDIO |

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

***

**Source fingerprint (SHA-256):** `2a3f5c912d1d84eea7768979f6b8f0eaa9fe89041f3a3352434f38abd3c09fea`
