sound processing modules in python - anyone?

bernhard.voigt at gmail.com bernhard.voigt at gmail.com
Tue Nov 7 11:58:50 EST 2006


Hi,

you might want to take a look at pyaudio. A module to read and write
audio files. It is based on numpy and wraps the libsndfile library to
use it from python. With the capabilites of numpy and scipy you
probably have all you need.

Here's a link to pyaudio
http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/pyaudio/index.html
Here you find numpy and scipy: http://scipy.org/SciPy

Enjoy! Bernhard




More information about the Python-list mailing list