public final class VampPitchDetection extends java.lang.Object implements PitchDetector
| Modifier and Type | Field and Description |
|---|---|
double[][] |
constantQValues |
| Constructor and Description |
|---|
VampPitchDetection(AudioFile audioFile,
PitchDetectionMode pitchDetectionMode) |
| 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 VampPitchDetection(AudioFile audioFile, PitchDetectionMode pitchDetectionMode)
public java.util.List<Annotation> executePitchDetection()
PitchDetectorexecutePitchDetection in interface PitchDetectorpublic java.util.List<Annotation> getAnnotations()
getAnnotations in interface PitchDetectorpublic java.lang.String getName()
getName in interface PitchDetectorpublic double progress()
PitchDetectorprogress in interface PitchDetector