[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

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