A JUCE based audio plugin (vst3, lv2) for pitching your voice up or down.
pitchtool.mp4
Building has been tested successfully on Manjaro Linux using gcc11.2. clang13 does not work because of missing parts of c++20 ranges and concepts. Other compilers or OSes might or might not work.
git clone git@github.com:StephanWidor/pitchtool.git
cd pitchtool
git submodule update --init --recursive
mkdir build
cd build
cmake ..
cmake --build .
After successful build, Standalone app, LV2, and VST3 plugin can be found in folder build/juce/jucepitchtool_artefacts.