ComfyUI Node
Audio Apply Batched Gain
Applies a different gain (volume) to each item in an audio batch.
Audio Apply Batched Gain
- audio
- gain_values
- audio_out
Categoryaudio/manipulation
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| audio | AUDIO | The audio batch to apply gain to. | |
| gain_values | TORCH_TENSOR | A batch of gain values (e.g., from an Audio Normalize node). Expects a 1D tensor. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| audio_out | AUDIO | — |