pysoundtouch icon indicating copy to clipboard operation
pysoundtouch copied to clipboard

Python Wrapper for the SoundTouch Library

Results 6 pysoundtouch issues
Sort by recently updated
recently updated
newest added

Makefile ``` install_on_ubuntu: git clone https://github.com/snowxmas/pysoundtouch # using python3 fork of this library sudo apt install -y autoconf libtool cd pysoundtouch/soundtouch && ./bootstrap && ./configure --enable-integer-samples CXXFLAGS="-fPIC" && make &&...

Is it possible to change the tempo of the audio file with this library without changing pitch?

I am trying to port pysoundtouch to python 3. and have issues. Are you going to port pysoundtouch to python3?

my english is poor and hope you can understand what i wrote: when i inputed './bootstrap' in the terminal,it told me this: autoreconf: Entering directory `.' autoreconf: configure.ac: not using...