# Microphone Volume is Automatically Adjusted

**ISSUE:**

When using Zip Captions in Chrome on Windows, the volume of the microphone is adjusted, and in a recording the user cannot be heard.

**CAUSE:**

Chrome has the ability to manage the volume of the microphone. This setting is called “WebRTC adjust the input volume”.

**SOLUTION:**

1. Disable the feature by turning off the following Chrome Flag: ‘WebRTC to adjust the input volume’. In order to do this, go to [chrome://flags](chrome://flags/) and search for the ‘WebRTC to adjust the input volume’ flag. Turn it off by changing the drop down to ‘Disabled’.
2. Installing the ‘Disabled Automatic Gain Control’ Google Chrome Extension from the Chrome Web Store will also disable this feature. You can find it at <https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk?pli=1>.


---

# 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://help.zipcaptions.app/known-issues/microphone-volume-is-automatically-adjusted.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.
