| Package | Description |
|---|---|
| org.openimaj.audio |
| Modifier and Type | Method and Description |
|---|---|
static AudioPlayer |
AudioPlayer.createAudioPlayer(AudioStream as)
Create a new audio player in a separate thread for playing audio.
|
static AudioPlayer |
AudioPlayer.createAudioPlayer(AudioStream as,
String device)
Create a new audio player in a separate thread for playing audio.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioEventListener.afterPlay(AudioPlayer ap,
SampleChunk sc)
Called after the audio player given has played a sample chunk
|