correct Octave Errors
fun correctOctaveErrors(pitchesHz: FloatArray, thresholdCents: Float = 500.0f, referencePitchHz: Float = 0.0f): FloatArray
Apply octave error correction only.
Return
Corrected pitch array
Parameters
pitches Hz
Input pitch array in Hz
threshold Cents
Jump threshold in cents (default 500)
reference Pitch Hz
Reference pitch (0 = auto-detect)