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

Re: [pygame] Multiple soundcards



On Sun, 2006-05-28 at 11:32 -0700, Ari Krupnik wrote:
> I have two soundcards on my system. Is there a way in PyGame to
> specify which card should play a sound?

You'll use SDL environment variables, depending on the platform you are
using. Take a look here for a full list.

http://www.libsdl.org/cgi/docwiki.cgi/SDL_5fenvvars
(scroll down to the "Audio" section)

It looks like AUDIODEV and SDL_PATH_DSP would be a start?