Uses of Class
be.hogent.tarsos.sampled.pitch.PitchDetectionMode

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.ph   
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.
 

Methods in be.hogent.tarsos.cli with parameters of type PitchDetectionMode
 void DetectPitch.executeApplication(java.util.List<java.lang.String> arguments, PitchDetectionMode detectionMode)
           
 

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()
           
 

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)
           
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)
           
 

Uses of PitchDetectionMode in be.hogent.tarsos.ui.pitch.ph
 

Methods in be.hogent.tarsos.ui.pitch.ph that return types with arguments of type PitchDetectionMode
 java.util.HashMap<PitchDetectionMode,KernelDensityEstimate> KDEData.getKDEs()
           
 

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.