Methods in be.hogent.tarsos.dsp that return AudioDispatcher |
static AudioDispatcher |
AudioDispatcher.fromByteArray(byte[] byteArray,
javax.sound.sampled.AudioFormat audioFormat,
int audioBufferSize,
int bufferOverlap)
Create a stream from an array of bytes and use that to create a new
AudioDispatcher. |
static AudioDispatcher |
AudioDispatcher.fromFile(java.io.File audioFile,
int size,
int overlap)
Create a stream from a file and use that to create a new AudioDispatcher |
static AudioDispatcher |
AudioDispatcher.fromFloatArray(float[] floatArray,
int sampleRate,
int audioBufferSize,
int bufferOverlap)
Create a stream from an array of floats and use that to create a new
AudioDispatcher. |