summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-07 22:04:47 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-07 22:04:47 +0000
commitb3c317defaabc105454f651d90b82b9060e01ee5 (patch)
treedfe37575d96fc5e4f49a583c12713381ad19b43c /DOCS
parentddb1b411654716e197f97fb486de91fdb6f3ee90 (diff)
downloadmpv-b3c317defaabc105454f651d90b82b9060e01ee5.tar.bz2
mpv-b3c317defaabc105454f651d90b82b9060e01ee5.tar.xz
some ao_arts stuff added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6330 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/faq.html7
-rw-r--r--DOCS/sound.html1
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.
</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text">
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 (<CODE>ao=sdl</CODE>), and
-make sure your SDL can handle arts sound. Yet another option is to start
-<B>MPlayer</B> with artsdsp.
+to use arts sound, specify audio output via our native arts audio driver
+(<CODE>ao=arts</CODE>), or if it fails or isn't compiled in, try SDL
+(<CODE>ao=sdl</CODE>), and make sure your SDL can handle arts sound. Yet
+another option is to start <B>MPlayer</B> with artsdsp.
</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
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:</P>
<TR><TD></TD><TD VALIGN=top><FONT CLASS="text">alsa5</TD><TD></TD><TD><FONT CLASS="text">native ALSA 0.5 driver</TD></TR>
<TR><TD></TD><TD VALIGN=top><FONT CLASS="text">alsa9</TD><TD></TD><TD><FONT CLASS="text">native ALSA 0.9 driver (works, but has problems -> use OSS)</TD></TR>
<TR><TD></TD><TD VALIGN=top><FONT CLASS="text">sun</TD><TD></TD><TD><FONT CLASS="text">SUN audio driver (/dev/audio) for BSD and Solaris8 users</TD></TR>
+<TR><TD></TD><TD VALIGN=top><FONT CLASS="text">arts</TD><TD></TD><TD><FONT CLASS="text">native ARTS driver (mostly for KDE users)</TD></TR>
</TABLE>