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

Re: [pygame] Sound Streaming



They should of added this to pygame.mixer.. its pretty handy functionality.
I would add shoutcast/icecast radio to my games.

On Mon, Mar 16, 2009 at 9:59 PM, René Dudfield <renesd@xxxxxxxxx> wrote:
> 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 <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
>
>



-- 
Thanks, Richie Ward