> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/interactable-option-configurations/music-player-config.md).

# Music Player Config

## Creation

To create a music player config, find (or create) the *GameName/Resources/GameName/InteractableOptionConfig* folder in the project tab and right click.  Choose *Create > AnyRPG > Interactable > MusicPlayerConfig*.

## Properties

| Name                | Description                                                                                                                                                                                                                                                                                                                                                                       |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Audio Type          | <p>The type of sound to play.  This affects which audio source will be used.<br><strong>Music</strong><br>The sound will be played through the background music audio source.<br><strong>Ambient</strong><br>The sound will be played through the ambient sounds audio source.<br><strong>Effect</strong><br>The sound will be played through the sound effects audio source.</p> |
| Audio Profile Names | A list of the names of [Audio Profiles](/scriptable-objects/audio-profile.md) that contain lists of audio clips that can be played.                                                                                                                                                                                                                                               |

## Next Steps

* Add a music player config to an Interactable to allow opening the music player window.
