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

# EmptyAudio - ComfyUI Built-in Node Documentation

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

## 概述

EmptyAudio 节点可生成具有指定时长、采样率和声道配置的静音音频片段。它会创建一个包含全零值的波形，在给定时长内产生完全静音的效果。该节点适用于创建占位音频或在音频工作流中生成静音片段。

## 输入

| 参数            | 数据类型  | 必填 | 取值范围                         | 描述                            |
| ------------- | ----- | -- | ---------------------------- | ----------------------------- |
| `duration`    | FLOAT | 是  | 0.0 至 1.8446744073709552e+19 | 静音音频片段的时长（单位：秒）（默认值：60.0）     |
| `sample_rate` | INT   | 是  | -                            | 静音音频片段的采样率（默认值：44100）         |
| `channels`    | INT   | 是  | 1 至 2                        | 音频声道数（1 表示单声道，2 表示立体声）（默认值：2） |

## 输出

| 输出名称    | 数据类型  | 描述                     |
| ------- | ----- | ---------------------- |
| `AUDIO` | AUDIO | 生成的静音音频片段，包含波形数据和采样率信息 |
