public interface PitchDetector
Modifier and Type | Method and Description |
---|---|
PitchDetectionResult |
getPitch(float[] audioBuffer)
Analyzes a buffer with audio information and estimates a pitch in Hz.
|
PitchDetectionResult getPitch(float[] audioBuffer)
audioBuffer
- The buffer with audio information. The information in the
buffer is not modified so it can be (re)used for e.g. FFT
analysis.