be.hogent.tarsos.dsp.pitch
Interface PitchDetectionHandler


public interface PitchDetectionHandler

An interface to handle detected pitch.

Author:
Joren Six

Method Summary
 void handlePitch(PitchDetectionResult pitchDetectionResult, AudioEvent audioEvent)
          Handle a detected pitch.
 

Method Detail

handlePitch

void handlePitch(PitchDetectionResult pitchDetectionResult,
                 AudioEvent audioEvent)
Handle a detected pitch.

Parameters:
pitchDetectionResult -
audioEvent -