Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 823 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 823 Bytes

Pitch Shift

CI License

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.

Building

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

License

PitchShift is open source, and is licensed under the BSD 3-clause license. Enjoy!