Uses of Interface
be.hogent.tarsos.dsp.pitch.PitchDetector

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

Uses of PitchDetector in be.hogent.tarsos.dsp.pitch
 

Classes in be.hogent.tarsos.dsp.pitch that implement PitchDetector
 class DynamicWavelet
           The pitch is the main frequency of the waveform (the 'note' being played or sung).
 class McLeodPitchMethod
           Implementation of The McLeod Pitch Method (MPM).
 class Yin
          An implementation of the AUBIO_YIN pitch tracking algorithm.
 

Methods in be.hogent.tarsos.dsp.pitch that return PitchDetector
 PitchDetector PitchProcessor.PitchEstimationAlgorithm.getDetector(float sampleRate, int bufferSize)