Re: [Pythonmac-SIG] Audio I/O

2005-04-11 Thread Bob Ippolito
On Apr 11, 2005, at 10:03 AM, Arthur Elsenaar wrote: On Apr 10, 2005, at 23:07, Jack Jansen wrote: On 2-apr-05, at 17:24, J. Devaney wrote: I'm working on a python project that requires audio I/O (via the soundcard) - I basically just need a stream that can be analyzed in real-time and stored to a

Re: [Pythonmac-SIG] Audio I/O

2005-04-11 Thread Arthur Elsenaar
On Apr 10, 2005, at 23:07, Jack Jansen wrote: On 2-apr-05, at 17:24, J. Devaney wrote: I'm working on a python project that requires audio I/O (via the soundcard) - I basically just need a stream that can be analyzed in real-time and stored to a file. I've looked into various options - such as por

Re: [Pythonmac-SIG] Audio I/O

2005-04-10 Thread Jack Jansen
On 2-apr-05, at 17:24, J. Devaney wrote: I'm working on a python project that requires audio I/O (via the soundcard) - I basically just need a stream that can be analyzed in real-time and stored to a file. I've looked into various options - such as portaudio using a python wrapper - but since port

Re: [Pythonmac-SIG] Audio I/O

2005-04-02 Thread altern
J. Devaney wrote: Hello, I'm working on a python project that requires audio I/O (via the soundcard) - I basically just need a stream that can be analyzed in real-time and stored to a file. I've looked into various options - such as portaudio using a python wrapper - but since portability isn't re

[Pythonmac-SIG] Audio I/O

2005-04-02 Thread J. Devaney
Hello, I'm working on a python project that requires audio I/O (via the soundcard) - I basically just need a stream that can be analyzed in real-time and stored to a file. I've looked into various options - such as portaudio using a python wrapper - but since portability isn't really I issue I wa