Uses of Interface
ddf.minim.AudioBuffer

Packages that use AudioBuffer
ddf.minim   
ddf.minim.analysis   
 

Uses of AudioBuffer in ddf.minim
 

Fields in ddf.minim declared as AudioBuffer
 AudioBuffer AudioSource.left
          The buffer containing the left channel samples.
 AudioBuffer AudioSource.mix
          The buffer containing the mix of the left and right channels.
 AudioBuffer AudioSource.right
          The buffer containing the right channel samples.
 

Uses of AudioBuffer in ddf.minim.analysis
 

Methods in ddf.minim.analysis with parameters of type AudioBuffer
 void BeatDetect.detect(AudioBuffer ab)
          Analyze the samples in ab.
 void FourierTransform.forward(AudioBuffer buffer)
          Performs a forward transform on buffer.
 void FourierTransform.forward(AudioBuffer buffer, int startAt)
          Performs a forward transform on buffer.
 void FourierTransform.inverse(AudioBuffer buffer)
          Performs an inverse transform of the frequency spectrum and places the result in buffer.