public class Polyphon extends java.lang.Object implements PitchDetector
| Constructor and Description |
|---|
Polyphon(AudioFile audioFile,
PitchDetectionMode mode) |
| 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.
|
public Polyphon(AudioFile audioFile, PitchDetectionMode mode)
public java.util.List<Annotation> executePitchDetection()
PitchDetectorexecutePitchDetection in interface PitchDetectorpublic double progress()
PitchDetectorprogress in interface PitchDetectorpublic java.util.List<Annotation> getAnnotations()
getAnnotations in interface PitchDetectorpublic java.lang.String getName()
getName in interface PitchDetector