Lib for audio?

kyosohma at gmail.com kyosohma at gmail.com
Thu Nov 29 09:09:56 EST 2007


On Nov 29, 6:04 am, Dave <dmurray... at cox.net> wrote:
> I need to read microphone input and determine frequency. Is there a lib
> for that?
>
> Thanks,
> Dave

You might take a look at the ossaudiodev module (note: it's #nix
only):

http://docs.python.org/lib/module-ossaudiodev.html
http://docs.python.org/lib/mixer-device-objects.html

If you're on Windows, looking at the source for the above module still
might be enlightening.

I also found the following which may or may not be helpful:

http://py.vaults.ca/parnassus/apyllo.py/63131194

Mike



More information about the Python-list mailing list