[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pygame] Re: SDL-Mixer madness!



> I'm sure I'm just being completely blind to this in the docs,
> but in light of recent questions posed on the list...
>
> Pygame always trys to use /dev/dsp which it continually belives
> is busy due to a still unresolved problem with arts... With that
> said, I can get most other non-KDE software to work just by pointing
> it to /dev/dsp.0 - dsp.4 I searched the docs but there seems to be no


you might try telling SDL to use the 'arts' audio driver by setting the
correct environment variable.
   SDL_AUDIODRIVER=arts

you can also tell SDL to use a different audio device with regular oss/dsp
audio with either
   SDL_PATH_DSP=/dev/dsp.0
or
   AUDIODEV=/dev/dsp.0



____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org