public interface PitchDetector
Modifier and Type | Method and Description |
---|---|
java.util.List<Annotation> |
executePitchDetection()
Execute the pitch detection process.
|
java.util.List<Annotation> |
getAnnotations() |
java.lang.String |
getName() |
double |
progress()
Calculate and return an indicator for progress.
|
java.util.List<Annotation> executePitchDetection()
double progress()
java.util.List<Annotation> getAnnotations()
java.lang.String getName()