> For the complete documentation index, see [llms.txt](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/scripts-free/login-fun/english/configuration/sons.md).

# Sons

**Sound settings**

The parameter `Config.Sons` allows you to manage menu music as well as interface sounds (open, close, click)

```
Config.Sons = {

    Menu = {
        Actif   = true,
        Url     = "https://www.youtube.com/watch?v=DvwwcQd7OjI",
        Volume  = 0.1,
    },

    Interface = {
        Ouvrir  = "sons/ouvrir.ogg",
        Fermer  = "sons/fermer.ogg",
        Clique  = "sons/clique.ogg",
        Volume  = 0.1,
    },
}
```

}

**Menu Music**

| Setting  | Description                                   |
| -------- | --------------------------------------------- |
| `Actif`  | Turns menu music on or off (`true` / `false`) |
| `Url`    | YouTube link to the music to play             |
| `Volume` | Music volume (between  `0.0` et `1.0`)        |

***

**Interface sounds**

| Setting  | Description                                      |
| -------- | ------------------------------------------------ |
| `Ouvrir` | Sound played when the menu opened                |
| `Fermer` | The sound played when the menu was closed        |
| `Clique` | Sound played when a click                        |
| `Volume` | Interface sound volume (between `0.0` and `1.0`) |
