See: Description
| Interface | Description |
|---|---|
| AudioListener |
Listener receiving audio playing events.
|
| SoundPlayer |
Sound player interface.
|
| Class | Description |
|---|---|
| AudioPlayer |
Creates and controls a separate audio player thread.
|
| AudioUtil |
Utils functions for audio.
|
| JavaSoundPlayer |
Legacy sound player based on the Java Sound API.
|
| Enum | Description |
|---|---|
| AudioPlayer.Command |
Audio player command.
|
| AudioPlayer.Result |
Audio player result.
|
| AudioPlayer.State |
Audio player state.
|
| Exception | Description |
|---|---|
| AudioException |
Generic audio exception.
|