Package group1.view.audio

Class Summary
AudioCache A class used to cache a single audio file.
AudioChannel A thread used to play audio.
AudioFacade A facade class for the audio system.
MusicPlayer A class to play audio files.
 

Enum Summary
Audio The enumerated type for different audio files.
AudioType An enum type to differentiate between large, loopable music and one-time, cached SFX.
 

Exception Summary
BusyAudioChannelException This exception is thrown if someone tries to use an audio channel that's busy.