# \&autogain

Sender-Side Option! ([`&push`](https://docs.vdo.ninja/advanced-settings/setup-parameters/push))

## Aliases

* `&agc`
* `&ag`

## Options

Example: `&autogain=1`

| Value | Description                  |
| ----- | ---------------------------- |
| `0`   | audio auto-normalization off |
| `1`   | audio auto-normalization On  |

## Details

Audio auto-normalization is ON by default in VDO.Ninja.

You can turn off auto-normalization by adding `&autogain=0` to a source link (guest). If you are using [`&proaudio`](https://docs.vdo.ninja/advanced-settings/audio-parameters/and-proaudio), auto-normalization gets turned off. You can enable it again with `&proaudio&autogain=1`.

You can also switch it on or off via the audio settings. If you want the guests to be able to change the audio settings by themselves, use [`&mediasettings`](https://docs.vdo.ninja/advanced-settings/video-parameters/and-mediasettings) on the guests' link, as per default only the director can change the audio settings of the guests.

![](https://2943598173-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZHXv1G8N0MDxwotaT9%2Fuploads%2FYh91mo2EOeg4aLtw7X9V%2Fimage.png?alt=media\&token=04b3dc80-19dd-4711-b749-3c242ff782de)

Your browser will try to keep optimum audio levels.

## Known issues with auto-gain

Some microphones or devices with software-based gain controls can have problems with auto-gain. The microphone volume might go to high, causing clipping, for example, or it might interfere with the gain of other applications.

If using a Chromium-based browser, like Chrome, Edge or Brave, you can either disable auto-gain or you can go into your browser's settings and disable the browser from being able to control the device's input volume. The link to this option is here: <chrome://flags/#enable-webrtc-allow-input-volume-adjustment> (as of March 2024 at least)\
\
Please note that this issue seems to be a Chromium-related issue, and it is not VDO.Ninja specific. If you do disable auto-gain within VDO.Ninja, the option to manually increase your gain is still normally available also.

## Related

{% content-ref url="../screen-share-parameters/and-screenshareautogain" %}
[and-screenshareautogain](https://docs.vdo.ninja/advanced-settings/screen-share-parameters/and-screenshareautogain)
{% endcontent-ref %}

{% content-ref url="and-audiogain" %}
[and-audiogain](https://docs.vdo.ninja/advanced-settings/audio-parameters/and-audiogain)
{% endcontent-ref %}

{% content-ref url="and-volume" %}
[and-volume](https://docs.vdo.ninja/advanced-settings/audio-parameters/and-volume)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/audio-parameters/autogain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
