# Configuring Sound

> If you have trouble setting up speech recognition try heading over to the [troubleshooting section](/troubleshooting.md). If that doesn't work drop into the [discord chat](https://discord.gg/JDnHaZH).

Hooray! Configuring sound on the mirror is now way easier. When you run the mirror for the first time, you'll be prompted to configure your input device base on available USB devices. Go ahead and skip to [Configuring Speech Recognition](/configuration/configuring_voice.md).

## Audio Output

Should you want to change the output from AUX (headphone jack) to HDMI or back again you can run the following:

To output audio through the headphone jack:

```bash
amixer cset numid=3 1
```

To force the audio back through HDMI you can run:

```bash
amixer cset numid=3 2
```

Next Step: [Configure Speech Recognition](/configuration/configuring_voice.md)


---

# 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.smart-mirror.io/configuration/configuring-sound.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.
