summaryrefslogtreecommitdiffstats
path: root/DOCS/sound.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-23 21:56:41 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-23 21:56:41 +0000
commitb5e6ef5a795f9ec428476d46fbf8b40fdcd87a19 (patch)
tree730fd8f35cb9b888a21d5d042e1aa112476e2e07 /DOCS/sound.html
parentff0afe1cd41433b5947993b51e66e018735a7e87 (diff)
downloadmpv-b5e6ef5a795f9ec428476d46fbf8b40fdcd87a19.tar.bz2
mpv-b5e6ef5a795f9ec428476d46fbf8b40fdcd87a19.tar.xz
updates
nvidia tv-out section etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8261 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/sound.html')
-rw-r--r--DOCS/sound.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/sound.html b/DOCS/sound.html
index 828aa959fa..8fb383fa4b 100644
--- a/DOCS/sound.html
+++ b/DOCS/sound.html
@@ -20,7 +20,7 @@
<TABLE BORDER=0>
<TR><TD COLSPAN=4><P><B>General:</B></P></TD></TR>
<TR><TD>&nbsp;&nbsp;</TD><TD VALIGN=top>oss</TD><TD>&nbsp;&nbsp;</TD><TD>OSS (ioctl) driver (supports hardware AC3 passthrough)</TD></TR>
- <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>
+ <TR><TD></TD><TD VALIGN=top>sdl</TD><TD></TD><TD>SDL driver (supports <B>ESD</B>, <B>ARTS</B> etc)</TD></TR>
<TR><TD></TD><TD VALIGN=top>nas</TD><TD></TD><TD>NAS (Network Audio System) driver</TD></TR>
<TR><TD></TD><TD VALIGN=top>alsa5</TD><TD></TD><TD>native ALSA 0.5 driver</TD></TR>
<TR><TD></TD><TD VALIGN=top>alsa9</TD><TD></TD><TD>native ALSA 0.9 driver (supports hardware AC3 passthrough)</TD></TR>
@@ -52,7 +52,7 @@
default). If you experience glitches, halts or anything out of the
ordinary, try <CODE>-ao sdl</CODE> (NOTE: you need to have SDL libraries
and header files installed). The SDL audio driver helps in a lot of cases
- and also supports ESD, ARTS, and up/downsampling. (ESD is the sound daemon
+ and also supports ESD, ARTS. (ESD is the sound daemon
from GNOME, ARTS is from KDE.)</LI>
<LI>If you have ALSA version 0.5, then you almost always have to use
<CODE>-ao alsa5</CODE> , since ALSA 0.5 has buggy OSS emulation code, and
@@ -183,8 +183,8 @@
<P>MPlayer fully supports up/downsampling of the sound. This plugin can
be used if you have a fixed frequency sound card or if you are
stuck with an old sound card that is only capable of max 44.1kHz.
- Limitations in your hardware are not auto detected, so you have to specify
- the sample frequency explicitly. This plugin has one switch:
+ Whether is usage of this plugin is neccessary or not, is <B>autodetected</B>.
+ This plugin has one switch:
<CODE>fout</CODE> which is used for setting the desired output sample
frequency. It defaults to 48kHz, and is given in
&lt;Hz&gt;.</P>