jurihock / stftPitchShift

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

Support integer data types in Python implementation #36

Closed jurihock closed 1 year ago

jurihock commented 1 year ago

Silently convert integer input to normalized float and output back to integer, to support use cases like #35.