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

# AudioAdjustVolume - ComfyUI Built-in Node Documentation

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

AudioAdjustVolume 节点通过以分贝为单位进行音量调整来修改音频的响度。它接收音频输入，并根据指定的音量级别应用增益系数，其中正值增加音量，负值减小音量。该节点返回处理后的音频，其采样率与原始音频相同。

## 输入参数

| 参数       | 数据类型  | 输入类型 | 默认值 | 范围         | 描述                                   |
| -------- | ----- | ---- | --- | ---------- | ------------------------------------ |
| `audio`  | AUDIO | 必填   | -   | -          | 待处理的音频输入                             |
| `volume` | INT   | 必填   | 1.0 | -100 到 100 | 以分贝为单位的音量调整。0 = 无变化，+6 = 加倍，-6 = 减半等 |

## 输出参数

| 输出名称    | 数据类型  | 描述           |
| ------- | ----- | ------------ |
| `audio` | AUDIO | 经过音量调整处理后的音频 |
