---
title: "Volume Adjuster"
slug: "dataflow-nodes-volume-adjuster"
updated: 2025-04-30T09:23:55Z
published: 2025-04-30T09:23:55Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.knovvu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Volume Adjuster

This node adjusts the volume of the incoming audio.

## Parameters

| name | description | default |
| --- | --- | --- |
| Volume Multiplier | Specify the volume multiplier in the form of '1.25'. Note that the voice quality might drop in high numbers | 0.99 |

## Inputs

### Audio

Accepts audio from a single channel.

### Events

None

## Outputs

### Audio

Outputs audio from a single channel.

### Events

None

## Remarks

### Project Structure

This node can be put in the middle of any audio connection to adjust its volume.

An example project can be set as such:

<center data-tomark-pass="">
<p><img src="https://cdn.document360.io/9bca2910-6a3b-4224-9470-43f91f9a6d57/Images/Documentation/image-P24AQUDT.png" alt="image.png"></p>
</center>
That adjusts the volume of the channels separately. 

### Supported flow types

Batch, Stream

## Release Notes

 
    

****v3.4.0****

        
        

- Introduced node.
