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

# VAEDecodeAudioTiled - ComfyUI Built-in Node Documentation

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

このノードは、Variational Autoencoder（VAE）を使用して、圧縮された音声表現（潜在サンプル）を音声波形に戻します。メモリ使用量を管理するために、データをより小さな重なり合うセクション（タイル）に分割して処理するため、長い音声シーケンスの処理に適しています。

## 入力

| パラメータ     | 説明                                                             | データ型   | 必須 | 範囲      |
| --------- | -------------------------------------------------------------- | ------ | -- | ------- |
| `サンプル`    | デコードする音声の圧縮された潜在表現。                                            | LATENT | はい | なし      |
| `vae`     | デコードを実行するために使用されるVariational Autoencoderモデル。                   | VAE    | はい | なし      |
| `タイルサイズ`  | 各処理タイルのサイズ。メモリを節約するために、音声はこの長さのセクションに分割されてデコードされます（デフォルト：512）。 | INT    | はい | 32～8192 |
| `オーバーラップ` | 隣接するタイルが重なり合うサンプル数。タイル間の境界におけるアーティファクトを低減するのに役立ちます（デフォルト：64）。  | INT    | はい | 0～1024  |

## 出力

| 出力名      | 説明           | データ型  |
| -------- | ------------ | ----- |
| `output` | デコードされた音声波形。 | AUDIO |

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

***

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