jurihock / stftPitchShift

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

Properly transpose frequencies #51

Open jurihock opened 5 months ago

jurihock commented 5 months ago

For small pitch shifting factors just a scaling of frequency values without resampling sounds "better"...

https://github.com/jurihock/stftPitchShift/blob/48042d72a43287676543950691d227732a46759b/python/stftpitchshift/pitcher.py#L14