Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 6th, 2006, 09:45 PM
sittner@lkb.ens.fr
Guest
 
Posts: n/a
Default sound processing modules in python - anyone?

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 sound module for python)?
thanks in advance,
g

  #2  
Old November 7th, 2006, 02:05 PM
marc.wyburn@googlemail.com
Guest
 
Posts: n/a
Default Re: sound processing modules in python - anyone?

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 me as I think Numpy is written in C or
C++ (or maybe it was fortran). There seem to be a lot of people using
numpy in a similar way to matlab so there is a fair ammount of the
standard DSP routines have already been written.


sittner@lkb.ens.fr wrote:
Quote:
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 sound module for python)?
thanks in advance,
g
  #3  
Old November 7th, 2006, 02:05 PM
marc.wyburn@googlemail.com
Guest
 
Posts: n/a
Default Re: sound processing modules in python - anyone?

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 me as I think Numpy is written in C or
C++ (or maybe it was fortran). There seem to be a lot of people using
numpy in a similar way to matlab so there is a fair ammount of the
standard DSP routines have already been written.


sittner@lkb.ens.fr wrote:
Quote:
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 sound module for python)?
thanks in advance,
g
  #4  
Old November 7th, 2006, 04:45 PM
bernhard.voigt@gmail.com
Guest
 
Posts: n/a
Default Re: sound processing modules in python - anyone?

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/me...dio/index.html
Here you find numpy and scipy: http://scipy.org/SciPy

Enjoy! Bernhard

  #5  
Old November 7th, 2006, 08:55 PM
Christian Aastorp
Guest
 
Posts: n/a
Default Re: sound processing modules in python - anyone?

On Mon, 6 Nov 2006 23:06:18 +0100 (CET), sittner@lkb.ens.fr wrote:
Quote:
>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 sound module for python)?
>thanks in advance,
>g
Here is the download page, listing Python (only version 2.3 though).
The source is available from the same page.

Or maybe, from comp.lang.python.announce:
----------------
An early beta of the csound routine library is out with another
version to follow soon after. The csound library is a group of
routines to minipulate .csd and .orc .sco .src (shortened orc format)
combine delete exc.

https://sourceforge.net/project/show...roup_id=156455
----------------

I believe that csound is a very mature and complete toolbox for music
generation and sound manipulation.

--
Christian Aastorp
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles