A python binding to the soundtouch library.
At this point only one function is implemented: shift_pitch.
git clone https://github.com/cbrown1/pysoundtouch.gitpython setup.py build
sudo python setup.py installalpha = -1 # shift 1 octave down in frequency
shift_pitch(sig, fs, alpha)-
Olli Parviainen - Original soundtouch library
-
Christopher Brown
This project is licensed under the GPLv3 - see the LICENSE.md file for details.