How to record audio from Python on Mac?

Kevin Walzer kw at codebykevin.com
Tue Sep 9 14:11:57 EDT 2008


skip at pobox.com wrote:
> (I asked this on pythonmac-sig a couple days ago but got no response, so I'm
> casting a broader net.)
> 
> Can I easily control audio record/playback from Python on my Mac?  I know
> zip about audio recording or about Apple APIs via Python.  Pointers to
> simple examples would be much appreciated.
> 
> Thanks,
> 
> Skip

You can probably access this functionality via PyObjC--it provides 
access to the Cocoa frameworks.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com



More information about the Python-list mailing list