Sound processing under Python

2006-02-09 חוט Omer Zak
Currently I am using Snack to record sound from the sound card and process it in my Python script. The performance is good enough to do some real-time work. However, there is a lot of excess baggage type of overhead when using Snack: it seems to be converting data into a legal Tcl string and bac

Re: Sound processing under Python

2006-02-09 חוט Arik Baratz
On 2/9/06, Omer Zak <[EMAIL PROTECTED]> wrote: > Does anyone know about a MS-Windows Python module, which would meet my > needs? Enjoy. You also need ctypes at http://sourceforge.net/projects/ctypes/ -- Arik --- start file MCI.py --- "capture sound with Windows MCI" import ctypes mciSendStrin

Re: A Snack interaction with Tkinter idle?

2006-02-09 חוט Amit Aronovitch
Omer Zak wrote: >On Wed, 2006-02-08 at 16:01 +, Baruch Even wrote: > > >>Omer Zak wrote: >> >> >>>The evidence points at some process, unknown to me, which gets scheduled >>>in Tkinter's main loop, and which takes about 1sec. While this process >>>is executing, the GUI is unresponsive a