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

Re: [pygame] Multiple soundcards



Hi all, hi Pete and Ari!
Is using those environment variables supported for pygame-1.7.1release?
Ari, can you please post here if you have been successfull with using two soundcards?
Gogo.


From: Peter Shinners [mailto:pete@xxxxxxxxxxxx]
To: pygame-users@xxxxxxxx
Sent: Sun, 28 May 2006 22:44:37 +0200
Subject: 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?