public class AudioPlayerDemo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUDIO_FILE
The file we're going to play
|
| Constructor and Description |
|---|
AudioPlayerDemo()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
protected void |
playNormalSound(AudioStream s)
Plays a sound through the audio API.
|
protected void |
playProcessedSound(AudioStream s)
Plays a processed sound through the audio API.
|
public static final String AUDIO_FILE
public AudioPlayerDemo()
protected void playNormalSound(AudioStream s)
protected void playProcessedSound(AudioStream s)