Uses of Class
be.hogent.tarsos.dsp.pitch.PitchProcessor.PitchEstimationAlgorithm

Packages that use PitchProcessor.PitchEstimationAlgorithm
be.hogent.tarsos.dsp.pitch Signal processing methods for pitch estimation. 
 

Uses of PitchProcessor.PitchEstimationAlgorithm in be.hogent.tarsos.dsp.pitch
 

Methods in be.hogent.tarsos.dsp.pitch that return PitchProcessor.PitchEstimationAlgorithm
static PitchProcessor.PitchEstimationAlgorithm PitchProcessor.PitchEstimationAlgorithm.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PitchProcessor.PitchEstimationAlgorithm[] PitchProcessor.PitchEstimationAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in be.hogent.tarsos.dsp.pitch with parameters of type PitchProcessor.PitchEstimationAlgorithm
PitchProcessor(PitchProcessor.PitchEstimationAlgorithm algorithm, float sampleRate, int bufferSize, PitchDetectionHandler handler)
          Initialize a new pitch processor.