Skip to content

Chowdhury-DSP/PitchShift

Repository files navigation

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!

About

A pitch-shifter example using the Bungee library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published