[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Sound Streaming



Use PySpeex to harness the speex codec if you want to transmit voice over the web.
Why do you want to do this, though?  Just for fun?
There are already multiple established products that meet this need (eg. Ventrilo, Teamspeak, Google Talk, etc.)

On Mon, Mar 16, 2009 at 4:00 PM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
Hello,

I would like to make a realtime audio chat widget thingie.  I'm pretty sure this would be difficult, if not impossible with, pygame.  I wasn't sure though.  Any ideas on using pygame for audio streaming this way?

Ian