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

# EmptyLatentAudio - ComfyUI Built-in Node Documentation

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

## 概述

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

## 输入

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

## 输出

| 输出名称     | 数据类型   | 描述                           |
| -------- | ------ | ---------------------------- |
| `LATENT` | LATENT | 返回具有指定时长和批次大小的空音频潜在张量，用于音频处理 |
