# Audio Issues

* [Windows Audio Issues](#windows-audio-issues)
* Mac Audio Issues (Coming soon)

## Windows Audio Issues

### 🔊 Verify that your Volume Mixer volume is set to 100%

Make sure that your Volume Mixer volume is set to 100%. Sometimes the Volume mixer might be muted due to other software installed in the system. Let's double-check to make sure this is not the case.

#### 1️⃣ Right-click the speaker icon on the taskbar at the bottom right of your screen.

<div align="center"><figure><img src="/files/11Lwm7gnMA5eoa6D5fQ9" alt=""><figcaption></figcaption></figure></div>

#### 2️⃣ Click "Open Volume Mixer".

#### 3️⃣ Verify that your main output device is set to 100%.

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

#### 4️⃣ Verify that your game/application audio is set to 100%.

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

### 🔊 Verify that you are using the correct output device

The most common audio issue is that the output device is not set to the correct option. This could happen automatically when installing drivers and software - or just because Windows feels like it. Make sure you're using the correct output device.

#### 1️⃣ Right-click the speaker icon on the taskbar at the  bottom right of your screen.

<figure><img src="/files/11Lwm7gnMA5eoa6D5fQ9" alt=""><figcaption></figcaption></figure>

#### 2️⃣ Click "Sound Settings".

#### 3️⃣ You'll have a list of output devices to choose from. Select the correct output device.

{% hint style="info" %}
You may need to experiment and try different output devices if the list is large. A common problem is that many output devices share the same name making it difficult to pick the right one at first try.
{% endhint %}

### 🔊 Update your audio drivers

Updating your audio drivers is one of the best ways to make sure your equipment has the latest and greatest. This can also help with certain DACs (Digital to Analog converter) that do not come pre-installed with the drivers.

#### 1️⃣ Right-click the Windows icon on the taskbar at the bottom left of your screen.

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

#### 2️⃣ Find "Device Manager" in the list and click to open it.

#### 3️⃣ Right-click the arrow next to "Audio inputs and outputs"

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

#### 4️⃣ Right-click the device and click "Update Driver".

#### 5️⃣ Click "Search automatically for drivers".

{% hint style="info" %}
Windows will then proceed to automatically search for drivers. If nothing pops up you could look up your PC's or motherboard manufacturer's website to get specific updated drivers for your device.
{% endhint %}


---

# 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://faq.peekio.no/troubleshooting/audio-issues.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.
