# HG changeset patch # User gabucino # Date 1023487487 0 # Node ID b00d70b3bb63d006b37a4fa2a74ed04d2762641c # Parent 7aba60dba776ce12fb3838215244917bf8d4ce8c some ao_arts stuff added diff -r 7aba60dba776 -r b00d70b3bb63 DOCS/faq.html --- a/DOCS/faq.html Fri Jun 07 18:55:47 2002 +0000 +++ b/DOCS/faq.html Fri Jun 07 22:04:47 2002 +0000 @@ -481,9 +481,10 @@ A: The KDE arts sound daemon is blocking the sound device, either wait the time until video starts or you disable the arts-daemon in kontrol center. If you want -to use arts sound, specify audio output via SDL (ao=sdl), and -make sure your SDL can handle arts sound. Yet another option is to start -MPlayer with artsdsp. +to use arts sound, specify audio output via our native arts audio driver +(ao=arts), or if it fails or isn't compiled in, try SDL +(ao=sdl), and make sure your SDL can handle arts sound. Yet +another option is to start MPlayer with artsdsp.   Q: diff -r 7aba60dba776 -r b00d70b3bb63 DOCS/sound.html --- a/DOCS/sound.html Fri Jun 07 18:55:47 2002 +0000 +++ b/DOCS/sound.html Fri Jun 07 22:04:47 2002 +0000 @@ -27,6 +27,7 @@ alsa5native ALSA 0.5 driver alsa9native ALSA 0.9 driver (works, but has problems -> use OSS) sunSUN audio driver (/dev/audio) for BSD and Solaris8 users +artsnative ARTS driver (mostly for KDE users)