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

Re: [pygame] Multiple sound cards



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, <jasonmarshall256@xxxxxxxxx> wrote:
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 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.

Thanks,
Scott