| Interface | Description |
|---|---|
| AudioDevice |
The
AudioDevice interface provides an abstraction for
a device capable of sounding audio samples. |
| Class | Description |
|---|---|
| AudioDeviceBase |
The
AudioDeviceBase class provides a simple thread-safe
implementation of the AudioDevice interface. |
| AudioDeviceFactory |
An
AudioDeviceFactory class is responsible for creating
a specific AudioDevice implementation. |
| FactoryRegistry |
The
FactoryRegistry class stores the factories
for all the audio device implementations available in the system. |
| JavaSoundAudioDevice |
The
JavaSoundAudioDevice implements an audio
device by using the JavaSound API. |
| JavaSoundAudioDeviceFactory |
This class is responsible for creating instances of the
JavaSoundAudioDevice.
|
| jlp |
The
jlp class implements a simple command-line
player for MPEG audio files. |
| NullAudioDevice |
The
NullAudioDevice implements a silent, no-op
audio device. |
| Player |
The
Player class implements a simple player for playback
of an MPEG audio stream. |
| PlayerApplet |
A simple applet that plays an MPEG audio file.
|