Re: Python and audio frequency analysis

2008-12-08 Thread David Cournapeau
On Mon, Dec 8, 2008 at 10:20 PM, manatlan <[EMAIL PROTECTED]> wrote: > I'd like to make a kind of "spectrum analyzer" ... > Which should display "bars" according bands of frequencies ... in real > time... > > Is anybody know an audio processing lib in python for that ? Hi, It is possible to use p

Re: Python and audio frequency analysis

2008-12-08 Thread Pierre-Alain Dorange
manatlan <[EMAIL PROTECTED]> wrote: > I'd like to make a kind of "spectrum analyzer" ... > Which should display "bars" according bands of frequencies ... in real > time... > > Is anybody know an audio processing lib in python for that ? For the display module you can use pygame, pyglet or pyOpen

Python and audio frequency analysis

2008-12-08 Thread manatlan
I'd like to make a kind of "spectrum analyzer" ... Which should display "bars" according bands of frequencies ... in real time... Is anybody know an audio processing lib in python for that ? -- http://mail.python.org/mailman/listinfo/python-list