Uses of Class
ddf.minim.AudioFile

Packages that use AudioFile
ddf.minim   
 

Uses of AudioFile in ddf.minim
 

Methods in ddf.minim that return AudioFile
static AudioFile Minim.loadFile(java.lang.String filename)
          Loads the requested file into an AudioFile object with a buffer size of 1024 samples.
static AudioFile Minim.loadFile(java.lang.String filename, int bufferSize)
          Loads the requested file into an AudioFile object with the request buffer size.