jurihock / stftPitchShift

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

Use std::span instead of std::vector #39

Closed jurihock closed 10 months ago

jurihock commented 10 months ago

Allow efficient memory management, which requires the C++ 20 and will break the current API.