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 AMDF
           A pitch extractor that extracts the Average Magnitude Difference (AMDF) from an audio buffer.
 class DynamicWavelet
           The pitch is the main frequency of the waveform (the 'note' being played or sung).
 class FastYin
          An implementation of the YIN pitch tracking algorithm which uses an FFT to calculate the difference function.
 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)
          Returns a new instance of a pitch detector object based on the provided values.