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

Packages that use PitchDetector
be.hogent.tarsos.sampled.pitch Contains internal and external pitch trackers. 
 

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

Classes in be.hogent.tarsos.sampled.pitch that implement PitchDetector
 class CachingDetector
          Caches the results of a pitch detector by serializing annotations to a file.
 class IPEMPitchDetection
          The IPEM_SIX Pitch detector uses an auditory model for polyphonic pitch tracking.
 class TarsosPitchDetection
           
 class VampPitchDetection
           
 

Methods in be.hogent.tarsos.sampled.pitch that return PitchDetector
 PitchDetector PitchDetectionMode.getPitchDetector(AudioFile audioFile)
          Returns a pitch detector for an audio file.
 

Constructors in be.hogent.tarsos.sampled.pitch with parameters of type PitchDetector
CachingDetector(AudioFile audioFile, PitchDetector pitchDetector)
          Create a new caching pitch detector.