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 have two

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, jasonmarshall...@gmail.com wrote: Scott, I think that PyAudio is what you're looking for.

Re: [pygame] Multiple sound cards

2014-10-18 Thread Jason Marshall
Sorry, no.

[pygame] Multiple sound cards

2014-10-16 Thread Scott Sumner
All, Is there any support for multiple sound cards in PyGame, or an easy way to route sound? I will have two physical sound cards installed in the machine and specific sounds for each one. They don't have to cross over. I can also run multiple instances of Python / PyGame if that's easier.