Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stekyne/PhaseVocoder
A C++ based phase vocoder example that allows pitch and timescale modifications of incoming signals. UI built with Juce.
https://github.com/stekyne/PhaseVocoder
c-plus-plus juce phase-vocoder pitch timescale-modifications
Last synced: 2 months ago
JSON representation
A C++ based phase vocoder example that allows pitch and timescale modifications of incoming signals. UI built with Juce.
- Host: GitHub
- URL: https://github.com/stekyne/PhaseVocoder
- Owner: stekyne
- Created: 2015-02-19T23:41:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T16:11:43.000Z (over 3 years ago)
- Last Synced: 2024-11-08T04:03:40.560Z (3 months ago)
- Topics: c-plus-plus, juce, phase-vocoder, pitch, timescale-modifications
- Language: C++
- Size: 139 KB
- Stars: 66
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - PhaseVocoder
README
# PhaseVocoder
A C++ based phase vocoder example that allows pitch and timescale modifications of audio files. Built using the Juce framework.The plan is modernize the code base with current best practices, both C++ and Juce wise.
Ideally I'd like to extend it to use higher quality phase locking algorithms for improved sound quality.
Also to include more effects than just pitch and timescale modifications.
Basically a spectral effect tool would be the end goal, possibly creating a plugin out of the result.This was initially written back in 2010 for my thesis project to showcase the PV algorithm and it's uses.