Talkbox, a set of python modules for speech/signal processing
Download: http://pypi.python.org/pypi/scikits.talkbox
PyPI: http://pypi.python.org/pypi/scikits.talkbox
Source Repository: http://svn.scipy.org/svn/scikits/trunk/talkbox
You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.talkbox
Install the Easy Install tools. Afterwards you can install scikits.talkbox from the terminal by executing:
sudo easy_install scikits.talkbox
If you prefer to do a local installation, specify an installation prefix:
easy_install --prefix=${HOME} scikits.talkbox
and ensure that your PYTHONPATH is up to date, e.g.:
export PYTHONPATH=$PYTHONPATH:${HOME}/lib/python2.5/site-packages
You can get the latest sources from the repository using
svn checkout http://svn.scipy.org/svn/scikits/trunk/talkbox
This package was discovered in svn.scipy.org.