Chowdhury-DSP / PitchShift

A pitch-shifter example using the Bungee library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CMake 69.8%Language:Shell 16.5%Language:C++ 12.6%Language:C 1.2%