From b3c317defaabc105454f651d90b82b9060e01ee5 Mon Sep 17 00:00:00 2001 From: gabucino Date: Fri, 7 Jun 2002 22:04:47 +0000 Subject: [PATCH] some ao_arts stuff added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6330 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/faq.html | 7 ++++--- DOCS/sound.html | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DOCS/faq.html b/DOCS/faq.html index d045531639..ce8f17cca0 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -481,9 +481,10 @@ happens, after about one minute the video starts playing. 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 --git a/DOCS/sound.html b/DOCS/sound.html index e97e863e67..169acf6f7d 100644 --- a/DOCS/sound.html +++ b/DOCS/sound.html @@ -27,6 +27,7 @@ contains these drivers:

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)