Package | Description |
---|---|
be.tarsos.cli |
This package contains command line applications.
|
be.tarsos.sampled.pitch |
Contains internal and external pitch trackers.
|
be.tarsos.ui.pitch.ph | |
be.tarsos.util |
Utility classes for string handling, logging, configuration, some DSP tasks.
|
Modifier and Type | Method and Description |
---|---|
protected joptsimple.OptionSpec<PitchDetectionMode> |
AbstractTarsosApp.createDetectionModeSpec(joptsimple.OptionParser parser)
Creates an optionspec for a pitch detector.
|
Modifier and Type | Method and Description |
---|---|
void |
DetectPitch.executeApplication(java.util.List<java.lang.String> arguments,
PitchDetectionMode detectionMode) |
Modifier and Type | Method and Description |
---|---|
PitchDetectionMode |
Annotation.getSource() |
static PitchDetectionMode |
PitchDetectionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PitchDetectionMode[] |
PitchDetectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<PitchDetectionMode> |
PitchDetectionMode.selected() |
Constructor and Description |
---|
Annotation(double timeStamp,
double pitchInHz,
PitchDetectionMode annotationSource)
Create a new annotation with the given data.
|
Annotation(double timeStamp,
double pitchInHz,
PitchDetectionMode annotationSource,
double salience)
Create a new annotation with the given data.
|
IPEMPitchDetection(AudioFile audioFile,
PitchDetectionMode detectionMode) |
Polyphon(AudioFile audioFile,
PitchDetectionMode mode) |
Swipe(AudioFile audioFile,
PitchDetectionMode mode) |
SwipeOctave(AudioFile audioFile,
PitchDetectionMode mode) |
TarsosPitchDetection(AudioFile audioFile,
PitchDetectionMode pitchDetectionMode) |
VampPitchDetection(AudioFile audioFile,
PitchDetectionMode pitchDetectionMode) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<PitchDetectionMode,KernelDensityEstimate> |
KDEData.getKDEs() |
Modifier and Type | Method and Description |
---|---|
static PitchDetectionMode |
Configuration.getPitchDetectionMode(ConfKey key)
Return a configured PitchDetectionMode
|
Modifier and Type | Method and Description |
---|---|
void |
AudioFile.playCents(PitchDetectionMode detectionMode,
double from,
double to,
PitchUnit unit)
Detects pitch and plays plays the samples that are in the interval from,
to in the given pitch unit.
|