[Twisted-Python] PyMedia & Tk - based mp3 sound recorder
Itamar Shtull-Trauring
itamar at itamarst.org
Mon Nov 29 08:55:12 MST 2004
On Mon, 2004-11-29 at 16:55 +0200, Petri Savolainen wrote:
> I've added a very simple Tk-base GUI using twisted, using
> task.LoopingCall to drive the recorder loop that reads chunks data from
> sound device and encodes them.
LoopingCall has a max resolution dependent on the clock resolution. E.g.
on Linux 2.6 LoopingCall is good up to 1ms resolution (0.001 seconds),
on 2.4 by default 10ms and 2ms on redhat boxes, but that's about it.
More information about the Twisted-Python
mailing list