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: about 1 month ago
JSON representation

A C++ based phase vocoder example that allows pitch and timescale modifications of incoming signals. UI built with Juce.

Lists

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.