A python binding to the soundtouch library.
At this point only one function is implemented: shift_pitch.
git clone https://github.com/cbrown1/pysoundtouch.git
python setup.py build
sudo python setup.py install
alpha = -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.