Basic examples for phase vocoder based pitch-shifting and time-scale modifications according to1.
Don’t forget to install the Python requirements:
pip install -r requirements.txt
In order to use the soundfile package on Linux,
you need to install libsndfile
using your distribution’s package manager,
for example sudo apt-get install libsndfile1
.
After installation, proceed to the main.py
file...