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

# VAEEncodeAudio - ComfyUI Built-in Node Documentation

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

VAEEncodeAudio ノードは、Variational Autoencoder（VAE）を使用してオーディオデータを潜在表現に変換します。オーディオ入力を受け取り、VAE を通して処理することで、さらなるオーディオ生成や操作タスクに使用できる圧縮された潜在サンプルを生成します。このノードは、必要に応じてエンコード前にオーディオを VAE の期待するサンプルレートに自動的にリサンプリングします。

## 入力

| パラメータ   | 説明                                                     | データ型  | 必須 | 範囲 |
| ------- | ------------------------------------------------------ | ----- | -- | -- |
| `オーディオ` | エンコードするオーディオデータ。波形とサンプルレートの情報を含みます                     | AUDIO | はい | -  |
| `vae`   | オーディオを潜在空間にエンコードするために使用される Variational Autoencoder モデル | VAE   | はい | -  |

**注記：** オーディオ入力は、元のサンプルレートが VAE の期待するサンプルレート（デフォルト：44100 Hz）と異なる場合、自動的にリサンプリングされます。

## 出力

| 出力名      | 説明                                     | データ型   |
| -------- | -------------------------------------- | ------ |
| `LATENT` | 潜在空間におけるエンコードされたオーディオ表現。圧縮されたサンプルを含みます | LATENT |

> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください！ [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/VAEEncodeAudio/ja.md)

***

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