Enhancements:
* Reset vocoder phase buffer on parameter change 45
* Add CMake options to enable optimization flags 41
* Approximate the arctangent function 40
* Use std::span instead of std::vector 39
* Reduce latency with asymmetric windows 38
* Support integer data types in Python implementation 36
* Exception about resizing numpy arrays when debugging (and only when debugging) 31
* Preemptively clear output memory 30
* Add WebAssembly library enhancement 28
Major API changes:
* C++ 20 instead of 11
* `std::span` instead of `std::vector`
Follow-up project:
* [stftPitchShiftPlugin](https://github.com/jurihock/stftPitchShiftPlugin)