A B C D E F G H I K L M N O P R S T U V W

B

BALANCE - Static variable in class ddf.minim.Controller
The balance control type.
BandPass - class ddf.minim.effects.BandPass.
A band pass filter is a filter that filters out all frequencies except for those in a band centered on the current frequency of the filter.
BandPass(float, float, float) - Constructor for class ddf.minim.effects.BandPass
Constructs a band pass filter with the requested center frequency, bandwidth and sample rate.
BeatDetect - class ddf.minim.analysis.BeatDetect.
The BeatDetect class allows you to analyze an audio stream for beats (rhythmic onsets).
BeatDetect() - Constructor for class ddf.minim.analysis.BeatDetect
Create a BeatDetect object that is in SOUND_ENERGY mode.
BeatDetect(int, float) - Constructor for class ddf.minim.analysis.BeatDetect
Create a BeatDetect object that is in FREQ_ENERGY mode and expects a sample buffer with the requested attributes.
b - Variable in class ddf.minim.effects.IIRFilter
The b coefficients.
balance() - Method in class ddf.minim.Controller
Gets the balance control for the Line, if it exists.
beginRecord() - Method in class ddf.minim.AudioRecorder
Begins recording audio from the current record source.
beginRecord() - Method in interface ddf.minim.SampleRecorder
Begins recording.
bufferSize() - Method in class ddf.minim.AudioSource
 
bufferSize() - Method in interface ddf.minim.Recordable
Returns the buffer size being used by this.
bufferSize() - Method in class ddf.minim.SignalSplitter
 

A B C D E F G H I K L M N O P R S T U V W