Uses of Class
be.hogent.tarsos.sampled.AudioDispatcher

Packages that use AudioDispatcher
be.hogent.tarsos.sampled Contains classes to handle sampled sound. 
 

Uses of AudioDispatcher in be.hogent.tarsos.sampled
 

Methods in be.hogent.tarsos.sampled 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 audioprocessor.
static AudioDispatcher AudioDispatcher.fromFile(java.io.File audioFile, int size)
          Create a stream from a file and use that to create a new audioprocessor.