Package | Description |
---|---|
be.tarsos.dsp.pitch |
Signal processing methods for pitch estimation.
|
Modifier and Type | Method and Description |
---|---|
static PitchProcessor.PitchEstimationAlgorithm |
PitchProcessor.PitchEstimationAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PitchProcessor.PitchEstimationAlgorithm[] |
PitchProcessor.PitchEstimationAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PitchProcessor(PitchProcessor.PitchEstimationAlgorithm algorithm,
float sampleRate,
int bufferSize,
PitchDetectionHandler handler)
Initialize a new pitch processor.
|