Package | Description |
---|---|
be.tarsos.sampled.pitch |
Contains internal and external pitch trackers.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingDetector
Caches the results of a pitch detector by serializing annotations to a file.
|
class |
IPEMPitchDetection
The IPEM_SIX Pitch detector uses an auditory model for polyphonic pitch
tracking.
|
class |
Polyphon
Calls polyphon.
|
class |
Swipe
Calls Swipe.
|
class |
SwipeOctave
Calls Swipe.
|
class |
TarsosPitchDetection |
class |
VampPitchDetection |
Modifier and Type | Method and Description |
---|---|
PitchDetector |
PitchDetectionMode.getPitchDetector(AudioFile audioFile)
Returns a pitch detector for an audio file.
|
Constructor and Description |
---|
CachingDetector(AudioFile audioFile,
PitchDetector pitchDetector)
Create a new caching pitch detector.
|