buffer
Returns the buffer used to read the audio file.
format
Returns format read from the audio file.
load
Returns Loads the file data into the buffer in interleaved stereo 32bit float format and sets the sampleRate, channels and format slots. Returns self.
path
Returns path to audio file.
sampleRate
Returns number of channels read from the audio file.
setPath(aPath)
Sets path to audio file.
|