hi, checkout pyaudio... it's a python wrapper for portaudio. http://people.csail.mit.edu/hubert/pyaudio/
You can get sound input with that pretty easily. Also check out: http://code.google.com/p/pygalaxy/wiki/SWMixer For an almost drop in replacement for pygame.mixer. cheers, On Tue, Mar 17, 2009 at 8:00 AM, Ian Mallett <[email protected]> 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 >
