# Sounds

## Importing Sound Files

To import a sound file, first you need the file type to be ".ogg". If you want to use another file type like ".mp3" or ".wav" you will need to use an audio format converter. \
\
You can easily find browser based audio converters by googling for it, they're quick and easy to use!

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

After converting your file to the correct format, click the "Import Sound" button. It will ask you to name the sound file.&#x20;

{% hint style="info" %}
The name might be important incase you want people in chat to have the ability to play the sound with the [!sound](/stream-avatars/commands/sounds.md) command.
{% endhint %}

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

## Sound Settings

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

1. Remove or Edit the sound name.
2. Allows randomizing of the pitch and volume sliders. (the bottom slider will appear and be considered the "MAX" range, while the top slider will be the "MIN" range. Make sure the max range is larger than the min range.
3. Allows the sound to be played from a chat command. ie: !play test\_*sound\_*&#x6F;ne
4. Pitch - A higher pitch plays faster and squeakier , A lower pitch players slower and with more bass.
5. The volume level the sound will play at.
6. Global cooldown only matters if being played from the !play command. It affects all users.
7. User cooldown only matters if being played from the !play command. It affects only command calling user.

## Overriding Default Sounds

Throughout the application you can find sound overrides.&#x20;

In this example you can see different sound overrides for the Duel minigame.&#x20;

* "Challenge" is when the duel is first requested.
* "Game loop" is looped the whole time the duel is happening.
* "Victory Sound" happens when the duel is over.

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

Some overrides have a default sound that the application has internally. You can override this value by switching it from "default" to whichever sound you want.

<figure><img src="/files/0n1H7hsmLnMr6ly57Ag2" alt=""><figcaption></figcaption></figure>


---

# 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.streamavatars.com/stream-avatars/application-settings/sounds.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.
