jurihock / stftPitchShift

STFT based real-time pitch and timbre shifting in C++ and Python
MIT License
115 stars 14 forks source link

Reset vocoder phase buffer on parameter change #45

Closed jurihock closed 9 months ago

jurihock commented 9 months ago

Reset the vocoder phase buffer on parameter change (e.g. factors) to avoid phase errors. This feature is only relevant in the C++ implementation in a real-time context.