pitch_detector
pitch_detector copied to clipboard
PitchYIN::calculatePitch reads off end of buffer
delta = inputData[j] - inputData[j + tau];
j + tau
> yin.getNumSamples()
results in illegal memory access.
Thanks, this library is in dire need of tidying up.