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

# ConditioningStableAudio - ComfyUI Built-in Node Documentation

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

## 概述

ConditioningStableAudio 节点为音频生成的正负条件输入添加时序信息。它设置开始时间和总时长参数，有助于控制音频内容的生成起始时间和持续时间。该节点通过附加音频特定的时序元数据来修改现有条件数据。

## 输入

| 参数     | 数据类型         | 必需 | 范围           | 描述                      |
| ------ | ------------ | -- | ------------ | ----------------------- |
| `正面条件` | CONDITIONING | 是  | -            | 需要添加音频时序信息的正条件输入        |
| `负面条件` | CONDITIONING | 是  | -            | 需要添加音频时序信息的负条件输入        |
| `开始秒数` | FLOAT        | 是  | 0.0 至 1000.0 | 音频生成的起始时间（单位：秒，默认值：0.0） |
| `总秒数`  | FLOAT        | 是  | 0.0 至 1000.0 | 音频生成的总时长（单位：秒，默认值：47.0） |

## 输出

| 输出名称   | 数据类型         | 描述               |
| ------ | ------------ | ---------------- |
| `负面条件` | CONDITIONING | 已应用音频时序信息的修改后正条件 |
| `负面条件` | CONDITIONING | 已应用音频时序信息的修改后负条件 |
