AudioLibraryService provides a library of sound and music objects that can be played at any time. The only difference between sounds and music is that music objects will always loop, whereas sound objects never will.
Create the service by loading all of the game's audio files
The game-wide configuration
Get a previously loaded Music object
Name of the music file to retrieve
Get a previously loaded Sound object
Name of the sound file to retrieve
On a volume change event, make sure all Music objects are updated
AudioLibraryService provides a library of sound and music objects that can be played at any time. The only difference between sounds and music is that music objects will always loop, whereas sound objects never will.