summaryrefslogtreecommitdiffstats
path: root/DOCS/sound.html
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-27 18:06:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-27 18:06:07 +0000
commitf833f5b1a50296bac3d3f91be656660e7055c92d (patch)
treecfd34656dde567372fd828d4725658b435724a5a /DOCS/sound.html
parent477850a1155997cbff1c959c1f10f7a1d9aca772 (diff)
downloadmpv-f833f5b1a50296bac3d3f91be656660e7055c92d.tar.bz2
mpv-f833f5b1a50296bac3d3f91be656660e7055c92d.tar.xz
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
small additions. * Replaced <UL> with <OL> where it made sense (to me :-)). * Moved "Developer Cries" into the appendix (as Appendix F) with s/Flame Wars/Developer Cries/ and s/In medias res/Developer Cries/. * Renamed "Appendix X" to "Appendix E". * Put a "Hint" inside <BLOCKQUOTE>. * Converted 3-pass encoding and mga_vid installation instructions to lists. * Converted options tables (video eq, SDL, fbdev, VESA, DXR3, TV input, DivX4Linux, AAlib) to <DL> lists. * The "sections" for MPsub and INSTALLING OSD are numbered and displayed in the TOC now. * Changed the text inside some <H4> tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7100 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/sound.html')
-rw-r--r--DOCS/sound.html29
1 files changed, 15 insertions, 14 deletions
diff --git a/DOCS/sound.html b/DOCS/sound.html
index 66be60f359..3063e3f418 100644
--- a/DOCS/sound.html
+++ b/DOCS/sound.html
@@ -119,20 +119,21 @@
<TR><TD></TD><TD>Driver:</TD><TD><A HREF="ftp://ftp.infradead.org/pub/pcsp">ftp://ftp.infradead.org/pub/pcsp</A></TD></TR>
</TABLE>
-<UL>
- <LI>On Linux, a 2.4.x kernel is highly recommended. Kernel 2.2 is not tested.</LI>
- <LI>If sound clicks when playing from CD-ROM, turn on IRQ unmasking, e.g.
- <CODE>hdparm -u1 /dev/cdrom</CODE> (<CODE>man hdparm</CODE>). This is
- generally beneficial and described more detailed in the <A
- HREF="cd-dvd.html#drives">CD-ROM section</A>.</LI>
- <LI>Sharing your sound card with another application like XMMS is <B>strongly
- discouraged</B>! If the other sound application is using ESD, start
- <B>MPlayer</B> with the <CODE>-vo sdl:esd</CODE> option to combine both
- sound streams. In fact, the option <CODE>-vo sdl:esd</CODE> could be used
- with ESD even when playing <B>Mplayer</B> alone.</LI>
- <LI>Feedback to this document is welcome. Please tell us how <B>MPlayer</B>
- and your sound card(s) worked together.</LI>
-</UL>
+<P>On Linux, a 2.4.x kernel is highly recommended. Kernel 2.2 is not tested.</P>
+
+<P>If sound clicks when playing from CD-ROM, turn on IRQ unmasking, e.g.
+ <CODE>hdparm -u1 /dev/cdrom</CODE> (<CODE>man hdparm</CODE>). This is
+ generally beneficial and described more detailed in the <A
+ HREF="cd-dvd.html#drives">CD-ROM section</A>.</P>
+
+<P>Sharing your sound card with another application like XMMS is <B>strongly
+ discouraged</B>! If the other sound application is using ESD, start
+ <B>MPlayer</B> with the <CODE>-vo sdl:esd</CODE> option to combine both
+ sound streams. In fact, the option <CODE>-vo sdl:esd</CODE> could be used
+ with ESD even when playing <B>Mplayer</B> alone.</P>
+
+<P>Feedback to this document is welcome. Please tell us how <B>MPlayer</B>
+ and your sound card(s) worked together.</P>
<H4><A NAME="plugins">2.3.2.2 Audio plugins</A></H4>