jurihock / stftPitchShift

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

Add double precision support #8

Closed jurihock closed 2 years ago

jurihock commented 2 years ago

Because the more, the better...

jurihock commented 2 years ago

Actually, the custom FFT instance only needs to provide the precision mode float or double according to specific StftPitchShift::shiftpitch overload...