Re: [pygame] Multiple sound cards

2014-11-06 Thread Alec Bennett
I think the VLC Python module can also route to multiple cards, fyi. And it has the advantage over PyAudio of being able to play lots of different formats. On Thu, Nov 6, 2014 at 1:54 PM, wrote: > Scott, > > I think that PyAudio is what you're looking for. > http://people.csail.mit.edu/hubert/

Re: [pygame] Multiple sound cards

2014-11-06 Thread jasonmarshall256
Scott, I think that PyAudio is what you're looking for. http://people.csail.mit.edu/hubert/pyaudio/docs/ Jason On Thursday, October 16, 2014 3:13:43 PM UTC-5, Scott Sumner wrote: > > All, > > Is there any support for multiple sound cards in PyGame, or an easy way to > "route" sound? I will hav