comparison DOCS/sound.html @ 8260:352b654c7787

updates nvidia tv-out section etc
author gabucino
date Sat, 23 Nov 2002 21:56:41 +0000
parents 1f00a3d29b20
children f6323ff433aa
comparison
equal deleted inserted replaced
8259:2ceab365858d 8260:352b654c7787
18 contains these drivers:</P> 18 contains these drivers:</P>
19 19
20 <TABLE BORDER=0> 20 <TABLE BORDER=0>
21 <TR><TD COLSPAN=4><P><B>General:</B></P></TD></TR> 21 <TR><TD COLSPAN=4><P><B>General:</B></P></TD></TR>
22 <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>&nbsp;&nbsp;</TD><TD VALIGN=top>oss</TD><TD>&nbsp;&nbsp;</TD><TD>OSS (ioctl) driver (supports hardware AC3 passthrough)</TD></TR>
23 <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>sdl</TD><TD></TD><TD>SDL driver (supports <B>ESD</B>, <B>ARTS</B> etc)</TD></TR>
24 <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>nas</TD><TD></TD><TD>NAS (Network Audio System) driver</TD></TR>
25 <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>alsa5</TD><TD></TD><TD>native ALSA 0.5 driver</TD></TR>
26 <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>alsa9</TD><TD></TD><TD>native ALSA 0.9 driver (supports hardware AC3 passthrough)</TD></TR>
27 <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>sun</TD><TD></TD><TD>SUN audio driver (<CODE>/dev/audio</CODE>) for BSD and Solaris8 users</TD></TR>
28 <TR><TD></TD><TD VALIGN=top>arts</TD><TD></TD><TD>native ARTS driver (mostly for KDE users)</TD></TR> 28 <TR><TD></TD><TD VALIGN=top>arts</TD><TD></TD><TD>native ARTS driver (mostly for KDE users)</TD></TR>
50 <UL> 50 <UL>
51 <LI>If you have an OSS driver, first try <CODE>-ao oss</CODE> (this is the 51 <LI>If you have an OSS driver, first try <CODE>-ao oss</CODE> (this is the
52 default). If you experience glitches, halts or anything out of the 52 default). If you experience glitches, halts or anything out of the
53 ordinary, try <CODE>-ao sdl</CODE> (NOTE: you need to have SDL libraries 53 ordinary, try <CODE>-ao sdl</CODE> (NOTE: you need to have SDL libraries
54 and header files installed). The SDL audio driver helps in a lot of cases 54 and header files installed). The SDL audio driver helps in a lot of cases
55 and also supports ESD, ARTS, and up/downsampling. (ESD is the sound daemon 55 and also supports ESD, ARTS. (ESD is the sound daemon
56 from GNOME, ARTS is from KDE.)</LI> 56 from GNOME, ARTS is from KDE.)</LI>
57 <LI>If you have ALSA version 0.5, then you almost always have to use 57 <LI>If you have ALSA version 0.5, then you almost always have to use
58 <CODE>-ao alsa5</CODE> , since ALSA 0.5 has buggy OSS emulation code, and 58 <CODE>-ao alsa5</CODE> , since ALSA 0.5 has buggy OSS emulation code, and
59 will <B>crash MPlayer</B> with a message like this:<BR> 59 will <B>crash MPlayer</B> with a message like this:<BR>
60 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></LI> 60 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></LI>
181 <H5><A NAME="resample">2.3.2.3.1 Up/Downsampling</A></H5> 181 <H5><A NAME="resample">2.3.2.3.1 Up/Downsampling</A></H5>
182 182
183 <P>MPlayer fully supports up/downsampling of the sound. This plugin can 183 <P>MPlayer fully supports up/downsampling of the sound. This plugin can
184 be used if you have a fixed frequency sound card or if you are 184 be used if you have a fixed frequency sound card or if you are
185 stuck with an old sound card that is only capable of max 44.1kHz. 185 stuck with an old sound card that is only capable of max 44.1kHz.
186 Limitations in your hardware are not auto detected, so you have to specify 186 Whether is usage of this plugin is neccessary or not, is <B>autodetected</B>.
187 the sample frequency explicitly. This plugin has one switch: 187 This plugin has one switch:
188 <CODE>fout</CODE> which is used for setting the desired output sample 188 <CODE>fout</CODE> which is used for setting the desired output sample
189 frequency. It defaults to 48kHz, and is given in 189 frequency. It defaults to 48kHz, and is given in
190 &lt;Hz&gt;.</P> 190 &lt;Hz&gt;.</P>
191 191
192 <P>Usage:<BR> 192 <P>Usage:<BR>