A C++ based phase vocoder example that allows pitch and timescale modifications of incoming signals. UI built with Juce.
Stars
71
Forks
9
Watchers
71
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
30
commits
Removed code that was accidentally readded BlockCircularBuffer
18099daView on GitHubRemoved virtual functions and converted phase vocoder class to use composition and templates instead
57e4c90View on GitHubFixed zipper noise when lowering the pitch. The overlap and add was not working well while the hop size was shrinking
9dc8c8bView on GitHubUpdated project to mostly work except for clamp not being available
d1a0ac6View on GitHub