Package | Description |
---|---|
be.tarsos.dsp.pitch |
Signal processing methods for pitch estimation.
|
be.tarsos.dsp.synthesis |
Some audio generates, sine waves, noise,....
|
Modifier and Type | Method and Description |
---|---|
PitchDetectionResult |
PitchDetectionResult.clone() |
PitchDetectionResult |
DynamicWavelet.getPitch(float[] audioBuffer) |
PitchDetectionResult |
Yin.getPitch(float[] audioBuffer)
The main flow of the YIN algorithm.
|
PitchDetectionResult |
PitchDetector.getPitch(float[] audioBuffer)
Analyzes a buffer with audio information and estimates a pitch in Hz.
|
PitchDetectionResult |
FastYin.getPitch(float[] audioBuffer)
The main flow of the YIN algorithm.
|
PitchDetectionResult |
AMDF.getPitch(float[] audioBuffer) |
PitchDetectionResult |
FFTPitch.getPitch(float[] audioBuffer) |
PitchDetectionResult |
McLeodPitchMethod.getPitch(float[] audioBuffer) |
Modifier and Type | Method and Description |
---|---|
void |
PitchDetectionHandler.handlePitch(PitchDetectionResult pitchDetectionResult,
AudioEvent audioEvent)
Handle a detected pitch.
|
Constructor and Description |
---|
PitchDetectionResult(PitchDetectionResult other)
A copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
PitchResyntheziser.handlePitch(PitchDetectionResult pitchDetectionResult,
AudioEvent audioEvent) |