comparison DOCS/sound.html @ 6583:4b7d097a9c69

big update
author gabucino
date Fri, 28 Jun 2002 06:07:46 +0000
parents c0f189e49ee4
children f3f87f6bf5cf
comparison
equal deleted inserted replaced
6582:f98313dcd428 6583:4b7d097a9c69
20 20
21 <TR><TD>&nbsp;&nbsp;</TD><TD VALIGN=top>oss</TD><TD>&nbsp;&nbsp;</TD><TD>OSS (ioctl) driver (supports hardware AC3 passthrough)</TD></TR> 21 <TR><TD>&nbsp;&nbsp;</TD><TD VALIGN=top>oss</TD><TD>&nbsp;&nbsp;</TD><TD>OSS (ioctl) driver (supports hardware AC3 passthrough)</TD></TR>
22 <TR><TD></TD><TD VALIGN=top>sdl</TD><TD></TD><TD>SDL driver (supports up/downsampling, <B>ESD</B>, <B>ARTS</B> etc)</TD></TR> 22 <TR><TD></TD><TD VALIGN=top>sdl</TD><TD></TD><TD>SDL driver (supports up/downsampling, <B>ESD</B>, <B>ARTS</B> etc)</TD></TR>
23 <TR><TD></TD><TD VALIGN=top>nas</TD><TD></TD><TD>NAS (Network Audio System) driver</TD></TR> 23 <TR><TD></TD><TD VALIGN=top>nas</TD><TD></TD><TD>NAS (Network Audio System) driver</TD></TR>
24 <TR><TD></TD><TD VALIGN=top>alsa5</TD><TD></TD><TD>native ALSA 0.5 driver</TD></TR> 24 <TR><TD></TD><TD VALIGN=top>alsa5</TD><TD></TD><TD>native ALSA 0.5 driver</TD></TR>
25 <TR><TD></TD><TD VALIGN=top>alsa9</TD><TD></TD><TD>native ALSA 0.9 driver (works, but has problems -> use OSS) (supports hardware AC3 passthrough)</TD></TR> 25 <TR><TD></TD><TD VALIGN=top>alsa9</TD><TD></TD><TD>native ALSA 0.9 driver (supports hardware AC3 passthrough)</TD></TR>
26 <TR><TD></TD><TD VALIGN=top>sun</TD><TD></TD><TD>SUN audio driver (<CODE>/dev/audio</CODE>) for BSD and Solaris8 users</TD></TR> 26 <TR><TD></TD><TD VALIGN=top>sun</TD><TD></TD><TD>SUN audio driver (<CODE>/dev/audio</CODE>) for BSD and Solaris8 users</TD></TR>
27 <TR><TD></TD><TD VALIGN=top>arts</TD><TD></TD><TD>native ARTS driver (mostly for KDE users)</TD></TR> 27 <TR><TD></TD><TD VALIGN=top>arts</TD><TD></TD><TD>native ARTS driver (mostly for KDE users)</TD></TR>
28 28
29 </TABLE> 29 </TABLE>
30 30
41 since ALSA 0.5 has buggy OSS emulation code, and will <B>crash MPlayer</B> with 41 since ALSA 0.5 has buggy OSS emulation code, and will <B>crash MPlayer</B> with
42 a message like this:<BR> 42 a message like this:<BR>
43 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></LI> 43 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></LI>
44 <LI>If you have ALSA version 0.9 you may choose between <CODE>-ao oss</CODE> and 44 <LI>If you have ALSA version 0.9 you may choose between <CODE>-ao oss</CODE> and
45 <CODE>-ao sdl</CODE>. You can also use <CODE>-ao alsa9</CODE>. It works, but 45 <CODE>-ao sdl</CODE>. You can also use <CODE>-ao alsa9</CODE>. It works, but
46 there are problems like lost sync and disappearing audio.</LI> 46 there may be problems like lost sync and disappearing audio.</LI>
47 </UL> 47 </UL>
48 48
49 <P>On <B>Solaris/FreeBSD</B> systems, use the SUN audio driver with the 49 <P>On <B>Solaris/FreeBSD</B> systems, use the SUN audio driver with the
50 <CODE>-ao sun</CODE> option, otherwise neither video nor audio will work.</P> 50 <CODE>-ao sun</CODE> option, otherwise neither video nor audio will work.</P>
51 51