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

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

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

Methods in be.hogent.tarsos.sampled.pitch with parameters of type AnnotationHandler
static void TarsosPitchDetection.processFile(java.lang.String fileName, PitchDetectionMode detectionMode, AnnotationHandler detectedPitchHandler)
          Annotate a file with pitch information.
static void TarsosPitchDetection.processStream(javax.sound.sampled.AudioInputStream ais, AnnotationHandler detectedPitchHandler, PitchDetectionMode detectionMode)
          Annotate an audio stream: useful for real-time pitch tracking.