melonJS
    Preparing search index...

    Function unload

    • Unload the specified audio track to free memory.

      Parameters

      • sound_name: string

        Audio track name (case-sensitive).

      Returns boolean

      true when the track was found and unloaded.

      me.audio.unload("awesome_music");