16e26d0a0d
SDL-arts is a plugin for the SDL library that allows it to output sound using the aRts sound daemon (mainly used by the KDE desktop).
13 lines
555 B
Text
13 lines
555 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2003/07/26 21:42:50 jmmv Exp $
|
|
|
|
In order to make sure that SDL uses the aRts daemon to output sound, you
|
|
must set the environmental variable SDL_AUDIO_PLUGIN to `arts'. This can
|
|
be done with the following command:
|
|
|
|
export SDL_AUDIO_PLUGIN="arts"
|
|
|
|
WARNING: Loadable audio plugins are a pkgsrc extension and will not work if
|
|
you use an SDL library coming from anywhere else.
|
|
|
|
===========================================================================
|