Package | Description |
---|---|
be.tarsos.dsp.pitch |
Signal processing methods for pitch estimation.
|
be.tarsos.dsp.synthesis |
Some audio generates, sine waves, noise,....
|
Constructor and Description |
---|
PitchProcessor(PitchProcessor.PitchEstimationAlgorithm algorithm,
float sampleRate,
int bufferSize,
PitchDetectionHandler handler)
Initialize a new pitch processor.
|
Modifier and Type | Class and Description |
---|---|
class |
PitchResyntheziser
This pitch detection handler replaces the audio buffer in the pipeline with a
synthesized wave.
|