Package be.hogent.tarsos.sampled.pitch

Contains internal and external pitch trackers.

See:
          Description

Interface Summary
AnnotationHandler An interface to react to annotations.
AnnotationListener Elements interested in representing annotations should implement this interface.
AnnotationPublisher.AnnotationFilter FILTERS
PitchDetector A PitchDetector is able to annotate a song with pitches.
PurePitchDetector A pure pitch detector is capable of analyzing a buffer with audio information and return a pitch.
 

Class Summary
Annotation An annotation has one time stamp, one pitch and an optional probability.
AnnotationPublisher This class is responsible for the extraction and delegation of annotations.
AnnotationSelection Represents the current selection of annotations.
AnnotationTree Annotation tree can be used for range selection on a list of annotations.
CachingDetector Caches the results of a pitch detector by serializing annotations to a file.
IPEMPitchDetection The IPEM_SIX Pitch detector uses an auditory model for polyphonic pitch tracking.
McLeodPitchMethod Implementation of The McLeod Pitch Method (MPM).
Pitch A class representing pitch.
PitchFunctions Utility class for pitch conversions See pitch-representatio for some background.
TarsosPitchDetection  
VampPitchDetection  
Yin An implementation of the AUBIO_YIN pitch tracking algorithm.
 

Enum Summary
PitchDetectionMode The pitch detection mode defines which algorithm is used to detect pitch.
PitchFunctions.EportType  
PitchUnit Defines the unit of the pitch value.
 

Package be.hogent.tarsos.sampled.pitch Description

Contains internal and external pitch trackers.