some ao_arts stuff added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6330 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-06-07 22:04:47 +00:00
parent ddb1b41165
commit b3c317defa
2 changed files with 5 additions and 3 deletions

View File

@ -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">

View File

@ -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>