|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PitchDetectionMode | |
---|---|
be.hogent.tarsos.cli | This package contains command line applications. |
be.hogent.tarsos.sampled.pitch | Contains internal and external pitch trackers. |
be.hogent.tarsos.ui.pitch | Most of the user interface elements + publish subscribe wiring. |
be.hogent.tarsos.util | Utility classes for string handling, logging, configuration, some DSP tasks. |
Uses of PitchDetectionMode in be.hogent.tarsos.cli |
---|
Methods in be.hogent.tarsos.cli that return types with arguments of type PitchDetectionMode | |
---|---|
protected joptsimple.OptionSpec<PitchDetectionMode> |
AbstractTarsosApp.createDetectionModeSpec(joptsimple.OptionParser parser)
Creates an optionspec for a pitch detector. |
Uses of PitchDetectionMode in be.hogent.tarsos.sampled.pitch |
---|
Methods in be.hogent.tarsos.sampled.pitch that return PitchDetectionMode | |
---|---|
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. |
Methods in be.hogent.tarsos.sampled.pitch that return types with arguments of type PitchDetectionMode | |
---|---|
static java.util.List<PitchDetectionMode> |
PitchDetectionMode.selected()
|
Methods in be.hogent.tarsos.sampled.pitch with parameters of type PitchDetectionMode | |
---|---|
static void |
TarsosPitchDetection.processFile(java.lang.String fileName,
PitchDetectionMode detectionMode,
AnnotationHandler detectedPitchHandler)
Annotate a file with pitch information. |
static void |
TarsosPitchDetection.processStream(javax.sound.sampled.AudioInputStream ais,
AnnotationHandler detectedPitchHandler,
PitchDetectionMode detectionMode)
Annotate an audio stream: useful for real-time pitch tracking. |
Constructors in be.hogent.tarsos.sampled.pitch with parameters of type PitchDetectionMode | |
---|---|
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)
|
|
TarsosPitchDetection(AudioFile audioFile,
PitchDetectionMode pitchDetectionMode)
|
|
VampPitchDetection(AudioFile audioFile,
PitchDetectionMode pitchDetectionMode)
|
Uses of PitchDetectionMode in be.hogent.tarsos.ui.pitch |
---|
Methods in be.hogent.tarsos.ui.pitch with parameters of type PitchDetectionMode | |
---|---|
boolean |
HistogramData.containsKey(PitchDetectionMode source)
|
Histogram |
HistogramData.getHistogram(PitchDetectionMode mode)
|
Uses of PitchDetectionMode in be.hogent.tarsos.util |
---|
Methods in be.hogent.tarsos.util that return PitchDetectionMode | |
---|---|
static PitchDetectionMode |
Configuration.getPitchDetectionMode(ConfKey key)
Return a configured PitchDetectionMode |
Methods in be.hogent.tarsos.util with parameters of type PitchDetectionMode | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |