# Welcome!

The <mark style="color:orange;">**easiest**</mark> and <mark style="color:orange;">**fastest**</mark> way to implement audio in your games - An <mark style="color:orange;">**optimized**</mark> and <mark style="color:orange;">**user-friendly**</mark> system prepared for <mark style="color:orange;">**all skill levels**</mark> :D

<mark style="color:orange;">**Sounds Good**</mark> has come to <mark style="color:orange;">**streamline**</mark> and <mark style="color:orange;">**simplify**</mark> your work. This audio manager will help you implement sounds, music, playlists, and dynamic music in your games. It's designed to be user-friendly and easy to use. You can implement audio with just 1 line of code, and you can manage your game's audio comfortably and visually with the help of the editor windows.

#### What advantages does <mark style="color:orange;">Sounds Good</mark> offer me?

1. <mark style="color:orange;">**Ease of Use:**</mark> It provides a **user-friendly** and **straightforward** system for implementing audio in your games, making it accessible for **all skill level**s.
2. <mark style="color:orange;">**Performance Optimization:**</mark> Sounds Good utilizes **Object Pooling** and c**ompression presets** to **enhance your game's performance**, ensuring a smooth audio experience.
3. <mark style="color:orange;">**Efficient Workflow:**</mark> It streamlines your **workflow** by eliminating time-consuming and repetitive tasks associated with audio management.
4. <mark style="color:orange;">**Simplified Sound Integration:**</mark> You can add sound to your game with just a **single line of code**, reducing the complexity of audio implementation.
5. <mark style="color:orange;">**Configurability:**</mark> It allows you to **configure** and **customize** your sounds easily by chaining functions and **reusing** them as needed.
6. <mark style="color:orange;">**Multiple Audio Channels:**</mark> You can **create** as many **audio outputs** as required to separate audio into channels, offering **flexibility** in audio management.
7. <mark style="color:orange;">**Editor Integration:**</mark> Sounds Good offers **visual editor windows** that facilitate the comfortable management of your game's audio within the editor environment.

#### What <mark style="color:orange;">type of audio</mark> can I add?

1. <mark style="color:orange;">**SOUND**</mark>**&#x20;-** Any type of audio.
2. <mark style="color:orange;">**MUSIC**</mark>**&#x20;-** Any type of music, whether ambient or played from a specific point.
3. <mark style="color:orange;">**PLAYLIST**</mark>**&#x20;-** Multiple songs queued to play one after the other.
4. <mark style="color:orange;">**DYNAMIC MUSIC**</mark>**&#x20;-** Different music tracks within a single song to add and remove instruments as needed.


---

# 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://melenitass-organization.gitbook.io/sounds-good-docs/readme.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.
