Mercurial > mplayer.hg
changeset 6329:b00d70b3bb63
some ao_arts stuff added
author | gabucino |
---|---|
date | Fri, 07 Jun 2002 22:04:47 +0000 |
parents | 7aba60dba776 |
children | 68a3003b57ce |
files | DOCS/faq.html DOCS/sound.html |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ </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> </TD><TR> <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
--- 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 @@ <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>