Package javatro.audioplayer


package javatro.audioplayer
Provides functionality for audio playback within the application.

The javatro.audioplayer package contains the AudioPlayer class, which is responsible for managing audio playback, including playing, stopping, switching tracks, and looping audio files. The player is implemented as a singleton to ensure consistent audio control across the application.

  • Classes
    Class
    Description
    The AudioPlayer class provides functionality for playing, stopping, and switching audio files.