Re: sound processing modules in python - anyone?

2006-11-07 Thread Christian Aastorp
On Mon, 6 Nov 2006 23:06:18 +0100 (CET), [EMAIL PROTECTED] wrote: >Hi everyone, >I'm looking for a module for sound processing (manipulating sound objets, >filters, ffts etc.). >I tried Snack, but when i downloaded the package that was supposed to be >for python, there was only the Tk/Tcl stuff (w

Re: sound processing modules in python - anyone?

2006-11-07 Thread [EMAIL PROTECTED]
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/mem

Re: sound processing modules in python - anyone?

2006-11-07 Thread marc . wyburn
I've had a brief look at this and there isn't a sound orientated library as such. You can however use numpy to do stuff like FFTs and there are there is a wave module in python that will allow you to create wavs, you can google for importing wav's into numpy arrays. This seemed like a good idea to

Re: sound processing modules in python - anyone?

2006-11-07 Thread marc . wyburn
I've had a brief look at this and there isn't a sound orientated library as such. You can however use numpy to do stuff like FFTs and there are there is a wave module in python that will allow you to create wavs, you can google for importing wav's into numpy arrays. This seemed like a good idea to

sound processing modules in python - anyone?

2006-11-06 Thread sittner
Hi everyone, I'm looking for a module for sound processing (manipulating sound objets, filters, ffts etc.). I tried Snack, but when i downloaded the package that was supposed to be for python, there was only the Tk/Tcl stuff (where's the .py ?). could anyone help me with that (or with any other sou