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

C

ChebFilter - class ddf.minim.effects.ChebFilter.
A Chebyshev filter is an IIR filter that uses a particular method to calculate the coefficients of the filter.
ChebFilter(float, int, float, int, float) - Constructor for class ddf.minim.effects.ChebFilter
Constructs a Chebyshev filter with a cutoff of the given frequency, of the given type, with the give amount of ripple in the pass band, and with the given number of poles, that will be used to filter audio of that was recorded at the given sample rate.
Controller - class ddf.minim.Controller.
Controller is the base class of all Minim classes that deal with audio I/O.
Controller(Line) - Constructor for class ddf.minim.Controller
Constructs a Controller for the given Line.
Convolver - class ddf.minim.effects.Convolver.
Convolver is an effect that convolves a signal with a kernal.
Convolver(float[], int) - Constructor for class ddf.minim.effects.Convolver
Constructs a Convolver with the kernal k that expects buffer of length sigLength.
calcAvg(float, float) - Method in class ddf.minim.analysis.FourierTransform
Calculate the average amplitude of the frequency band bounded by lowFreq and hiFreq, inclusive.
calcCoeff() - Method in class ddf.minim.effects.BandPass
 
calcCoeff() - Method in class ddf.minim.effects.ChebFilter
 
calcCoeff() - Method in class ddf.minim.effects.HighPassSP
 
calcCoeff() - Method in class ddf.minim.effects.IIRFilter
Calculates the coefficients of the filter using the current cutoff frequency.
calcCoeff() - Method in class ddf.minim.effects.LowPassFS
 
calcCoeff() - Method in class ddf.minim.effects.LowPassSP
 
calcCoeff() - Method in class ddf.minim.effects.NotchFilter
 
clear() - Method in class ddf.minim.EffectsChain
Removes all effects from the effect chain.
clear() - Method in class ddf.minim.SignalChain
Removes all signals from the effect chain.
clearEffects() - Method in class ddf.minim.AudioSource
 
clearEffects() - Method in interface ddf.minim.Effectable
Removes all effects from the effect chain.
clearSignals() - Method in class ddf.minim.AudioOutput
 
clearSignals() - Method in interface ddf.minim.Polyphonic
Removes all signals from the signal chain.
close() - Method in class ddf.minim.AudioSnippet
Closes the underlying Clip so that any resources it is using can be released.
close() - Method in class ddf.minim.AudioSource
Closes the AudioStream this was constructed with.
close() - Method in interface ddf.minim.AudioStream
Closes the stream, you will no longer be able to get audio from it.
contains(AudioEffect) - Method in class ddf.minim.EffectsChain
Returns true if e is in this chain
contains(AudioSignal) - Method in class ddf.minim.SignalChain
Returns true if s is in the chain.
createRecorder(Recordable, String, boolean) - Static method in class ddf.minim.Minim
Creates an AudioRecorder that will use source as its record source and that will save to the file name specified.
cue(int) - Method in class ddf.minim.AudioPlayer
 
cue(int) - Method in class ddf.minim.AudioSnippet
 
cue(int) - Method in interface ddf.minim.Playable
Sets the position to millis milliseconds from the beginning.

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