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.

Constructors

Methods

  • Get a previously loaded Music object

    Parameters

    • musicName: string

      Name of the music file to retrieve

    Returns ISound

  • Get a previously loaded Sound object

    Parameters

    • soundName: string

      Name of the sound file to retrieve

    Returns ISound

  • On a volume change event, make sure all Music objects are updated

    Parameters

    • volume: number

    Returns void