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

# EmptyLatentAudio - ComfyUI Built-in Node Documentation

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

## 概述

EmptyLatentAudio 节点用于创建音频处理的空潜在张量。它会生成一个具有指定时长和批次大小的空白音频潜在表示，可作为音频生成或处理工作流的起点。该节点会根据音频时长和采样率自动计算合适的潜在维度。

## 输入

| 参数     | 描述               | 数据类型  | 是否必填 | 范围           |
| ------ | ---------------- | ----- | ---- | ------------ |
| `秒`    | 音频时长（秒），默认值：47.6 | FLOAT | 是    | 1.0 - 1000.0 |
| `批量大小` | 批次中的潜在图像数量，默认值：1 | INT   | 是    | 1 - 4096     |

## 输出

| 输出名称     | 描述                                                                                         | 数据类型   |
| -------- | ------------------------------------------------------------------------------------------ | ------ |
| `LATENT` | 返回一个用于音频处理的空潜在张量，具有指定的时长和批次大小。该张量的形状为 \[batch\_size, 64, length]，其中 length 根据音频时长和采样率计算得出。 | LATENT |

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

***

**Source fingerprint (SHA-256):** `004f730131b179fe5ac072afe81b2e01a3937fceca5a260b4ae66f92774e96d9`
