> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-gate-console/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-gate-console/audio-setup.md).

# Audio setup

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

![Audio setup window](/files/DbXQD1h35SdcYlSAoYM8)

* **Audio Master:** This section contains the event volume indicator.
* **Line-in / Mic**: Here you can select the audio card input and set the main audio volume.
* **Background audio**: In this section, you will manage the background audio. To upload an audio file, click on the button **"Upload audio background"**. Once the files are uploaded, files will be automatically shown in the drop-down menù, which you will find above it. \
  To reproduce the audio, select the file on the drop-down menù and select Play on the audio controls displayed on the right.\
  You can also loop the audio by clicking on the **loop button** located on the right.

{% hint style="info" %}
Play won’t start if you are not in the Live mode
{% endhint %}

{% hint style="info" %}
If after the upload of an audio the audio files don't show click on the Refresh button represented by a circular arrow
{% endhint %}

{% hint style="info" %}
Supported audio files: MP3, MP4, WAV, M4A, ACC, ADTS
{% endhint %}

{% hint style="info" %}
The audio files are stored in: *\AppData\LocalLow\Gezapp\OverBroadcast\Background\_Audio\_Files*\
Here you can copy/delete the file directly from explorer. To update the drop-down menù, click on the refresh button in the App.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.overthereality.ai/over-gate-console/audio-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
