Uses of Class
be.hogent.tarsos.dsp.pitch.PitchDetectionResult

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

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

Methods in be.hogent.tarsos.dsp.pitch that return PitchDetectionResult
 PitchDetectionResult PitchDetectionResult.clone()
           
 PitchDetectionResult FastYin.getPitch(float[] audioBuffer)
          The main flow of the YIN algorithm.
 PitchDetectionResult DynamicWavelet.getPitch(float[] audioBuffer)
           
 PitchDetectionResult AMDF.getPitch(float[] audioBuffer)
           
 PitchDetectionResult Yin.getPitch(float[] audioBuffer)
          The main flow of the YIN algorithm.
 PitchDetectionResult McLeodPitchMethod.getPitch(float[] audioBuffer)
           
 PitchDetectionResult PitchDetector.getPitch(float[] audioBuffer)
          Analyzes a buffer with audio information and estimates a pitch in Hz.
 

Methods in be.hogent.tarsos.dsp.pitch with parameters of type PitchDetectionResult
 void PitchDetectionHandler.handlePitch(PitchDetectionResult pitchDetectionResult, AudioEvent audioEvent)
          Handle a detected pitch.
 

Constructors in be.hogent.tarsos.dsp.pitch with parameters of type PitchDetectionResult
PitchDetectionResult(PitchDetectionResult other)
          A copy constructor.