# In-Game Microphone Not Working

## In-Game Microphone Not Working

Due to an old version of Chromium (web browser) that FiveM utilizes, we are unable to change audio devices in-game. FiveM utilizes your "default" Windows microphone.

To resolve this issue, simply set your desired microphone "as default" in Windows.

### 1. Control Panel Sound

Open the `Control Panel` and select `Hardware and Sound`

<figure><img src="/files/8UqA66BI3jYn9OmEnR1v" alt=""><figcaption></figcaption></figure>

### 2. Manage Audio Devices

Select `Manage Audio Devices`

<figure><img src="/files/7PKVLpu1B0phBE2zaItd" alt=""><figcaption></figcaption></figure>

### 3. Set Microphone as Default

* Select the `Recording` tab
* Select your microphone
* Select `Set Default`
* Select `Apply`

<figure><img src="/files/eQN70PszrvRSe7UjgJ8a" alt=""><figcaption></figcaption></figure>

### 4. Restart your Game

After setting your new default microphone restart your FiveM application.

## Further Troubleshooting

If you have set your mic as the default device and you are still unable to hear it in game, try the following steps:

* Ensure device is marked as "Default Communication Device" as well. If the "Set Default" button is greyed out, that means it is both the default device and the default communication device.
* Reset your audio devices in Windows settings, as shown below.

### Resetting Windows Audio Devices

1. Open Windows Settings, navigate to `System` > `Sound`
2. Under `Advanced sound options`, click `App volume and device preferences`
3. Scroll to the bottom and click `Reset` to reset to the Microsoft recommended defaults.
4. Restart FiveM to ensure it recognizes the changes.


---

# 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.sonoransoftware.com/radio/tutorials/usage/troubleshooting/in-game-microphone-not-working.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.
