[Twisted-Python] PyMedia & Tk - based mp3 sound recorder

eltronic at juno.com eltronic at juno.com
Tue Nov 30 17:14:26 EST 2004


 On Tuesday 30 November 2004 01:55, Petri Savolainen wrote:
 > I've tried to write a simple sound recorder for python. Basically,  it
 > just reads sound from mic or line in, and encodes it to mp3 on the 
 > fly.
the use of psyco might actually be slowing you down.
it can't help w/pymedia being a compiled extension and
the UI isn't a likely source of bottleneck. also, you should 
subclass from object to give psyco something to work with.
pymedia didn't recognize my sound device or I would have tried it.

________________________________________________________________
Juno Platinum $9.95. Juno SpeedBand $14.95.
Sign up for Juno Today at http://www.juno.com!
Look for special offers at Best Buy stores.




More information about the Twisted-Python mailing list