Skip to content

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

Notifications You must be signed in to change notification settings

befuture/PhaseVocoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • C 10.3%