Re: How to record audio from Python on Mac?

2008-09-09 Thread Craig Allen
I want to do this as well, and also some other audio processing via python. I have not tried yet, but much of my research points to pyaudio, PortAudio bindings for python, which is supposed to be multi- platform including Mac OS X, but as I say, I've not tried it yet. Related to this are some exa

Re: How to record audio from Python on Mac?

2008-09-09 Thread has
On 9 Sep, 19:55, David Thole <[EMAIL PROTECTED]> wrote: > Another option you could use is calling Applescript from the command > line, to open, execute, and handle audio. For example, using QuickTime Player (which is a buggy, poorly designed piece of junk, but might suffice if you only need somet

Re: How to record audio from Python on Mac?

2008-09-09 Thread David Thole
On Sep 9, 1:11 pm, Kevin Walzer <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] 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 reco

Re: How to record audio from Python on Mac?

2008-09-09 Thread Kevin Walzer
[EMAIL PROTECTED] 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

How to record audio from Python on Mac?

2008-09-09 Thread skip
(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,