An audio plugin demonstrating the use of the Bungee time-stretching/pitch-shifting library in the context of a real-time audio plugin.
This repository is still a work-in-progress... not everything might be working at the moment.
To build from scratch, you must have CMake installed.
# Clone the repository
$ git clone https://github.com/Chowdhury-DSP/PitchShift.git
$ cd PitchShift
# build with CMake
$ cmake -Bbuild
$ cmake --build build --config Release
PitchShift is open source, and is licensed under the BSD 3-clause license. Enjoy!