diff DOCS/sound.html @ 7047:4f87cd0f642f

Converted the docs to use proper headings tags. Headings start at <H1> for sections and decrease one size for each level in the section hierarchy, thus 2.3.4 is <H3>. Headings without numbering are <H4> unless they are in a <H5> section, then <H5> also.
author diego
date Tue, 20 Aug 2002 00:33:04 +0000
parents 83a386e88f9e
children 3275af5787e0
line wrap: on
line diff
--- a/DOCS/sound.html	Mon Aug 19 11:17:24 2002 +0000
+++ b/DOCS/sound.html	Tue Aug 20 00:33:04 2002 +0000
@@ -10,7 +10,7 @@
 <BODY>
 
 
-<P><B><A NAME="audio">2.3.2 Audio output devices</A></B></P>
+<H3><A NAME="audio">2.3.2 Audio output devices</A></H3>
 
 <P><B>MPlayer</B>'s audio interface is called <I>libao2</I>. It currently
   contains these drivers:</P>
@@ -49,7 +49,8 @@
 <P>On <B>Solaris/FreeBSD</B> systems, use the SUN audio driver with the
   <CODE>-ao sun</CODE> option, otherwise neither video nor audio will work.</P>
 
-<P><B><A NAME="experiences">2.3.2.1 Sound Card experiences, recommendations</A></B></P>
+
+<H4><A NAME="experiences">2.3.2.1 Sound Card experiences, recommendations</A></H4>
 
 <TABLE BORDER=0 WIDTH="100%">
   <TR><TD COLSPAN=3><B>VIA onboard chipset (via82cxxx) 48kHz only</B></TD></TR>
@@ -134,7 +135,7 @@
 </UL>
 
 
-<P><B><A NAME="plugins">2.3.2.2 Audio plugins</A></B></P>
+<H4><A NAME="plugins">2.3.2.2 Audio plugins</A></H4>
 
 <P><B>MPlayer</B> has support for audio plugins. Audio plugins can be used for
   changing the properties of the audio data before the sound reaches the sound
@@ -162,7 +163,7 @@
 <P>Currently audio plugins can not be used in <B>MEncoder</B>.</P>
 
 
-<P><B><A NAME="resample">2.3.2.2.1 Up/Downsampling</A></B></P>
+<H5><A NAME="resample">2.3.2.2.1 Up/Downsampling</A></H5>
 
 <P><B>MPlayer</B> fully supports up/downsampling of the sound. This plugin can
   be used if you have a fixed frequency sound card or if you are
@@ -182,7 +183,7 @@
   in addition to audio distortion.</P>
 
 
-<P><B><A NAME="surround_decoding">2.3.2.2.2 Surround Sound decoding</A></B></P>
+<H5><A NAME="surround_decoding">2.3.2.2.2 Surround Sound decoding</A></H5>
 
 <P><B>MPlayer</B> has an audio plugin that can decode matrix encoded
   surround sound. Dolby Surround is an example of a matrix encoded format.
@@ -193,7 +194,7 @@
   &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=surround</CODE></P>
 
 
-<P><B><A NAME="format">2.3.2.2.3 Sample format converter</A></B></P>
+<H5><A NAME="format">2.3.2.2.3 Sample format converter</A></H5>
                                                                                
 <P>If your sound card driver does not support signed 16bit <CODE>int</CODE> data type, 
   this plugin can
@@ -208,14 +209,15 @@
   list=format:format=&lt;required output format&gt;</CODE></P>
 
 
-<P><B><A NAME="delay">2.3.2.2.4 Delay</A></B></P>
+<H5><A NAME="delay">2.3.2.2.4 Delay</A></H5>
 
 <P>This plugin delays the sound and is intended as an example of how to develop
   new plugins. It can not be used for anything useful from a users perspective
   and is mentioned here for the sake of completeness only. Do not use this
   plugin unless you are a developer.</P>
 
-<P><B><A NAME="volume">2.3.2.2.5 Software volume control</A></B></P>
+
+<H5><A NAME="volume">2.3.2.2.5 Software volume control</A></H5>
 
 <P>This plugin is a software replacement for the volume control, and
   can be used on machines with a broken mixer device. It can also be
@@ -248,7 +250,7 @@
   list=volume:softclip</CODE></P>
 
 
-<P><B><A NAME="extrastereo">2.3.2.2.6 Extrastereo</A></B></P>
+<H5><A NAME="extrastereo">2.3.2.2.6 Extrastereo</A></H5>
 
 <P>This plugin (linearly) increases the difference between left and right
   channels (like the XMMS extrastereo plugin) which gives some sort of "live"
@@ -264,7 +266,7 @@
   -1.0, left and right channels will be swapped.</P>
 
 
-<P><B><A NAME="normalizer">2.3.2.2.7 Volume normalizer</A></B></P>
+<H5><A NAME="normalizer">2.3.2.2.7 Volume normalizer</A></H5>
 
 <P>This plugin maximizes the volume without distorting the sound.</P>
 
@@ -272,7 +274,7 @@
   &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=volnorm</CODE><BR>
 
 
-<P><B><A NAME="surround">2.3.2.2.8 Surround</A></B></P>
+<H5><A NAME="surround">2.3.2.2.8 Surround</A></H5>
 
 <P>Someone should document something, sometime.</P>