Holger's
Java API

Package com.antelmann.sound

This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package.

See:
          Description

Interface Summary
JukeBox.Listener JukeBox.Listener listens to events triggered by a JukeBox object.
SoundPlayer.Listener This interface allows implementing classes to be notified when certain supported events by the SoundPlayer are triggered.
 

Class Summary
JJukeBox A nice little GUI wrapper to the JukeBox class.
JMP3Player JMP3Player is an enhanced JPlayer that uses an MP3PLayer to support MP3.
JPlayer a simple GUI for playing sound files
JukeBox A simple JukeBox for MP3Player objects.
MP3FileProperties MP3Properties allows access to MP3-specific properties of an MP3 file.
MP3Player MP3Player extends SoundPlayer's capabilities to play MP3 media.
SoundPlayer SoundPlayer provides a convenient and simple way for playing back sampled audio and midi files, URLs, streams and midi sequences.
 

Enum Summary
SampleSounds SampleSounds provides some sample sounds that are included in the standard antelmann.jar file.
 

Exception Summary
SoundException SoundException is thrown by classes in this package wrapping other exceptions that may be thrown to ease usage.
 

Package com.antelmann.sound Description

This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package.

The package also includes a simple GUI application that can play sound from files and URLs.

See also the tutorial available for this package.



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads