annotate DOCS/sound.html @ 5133:9841a86d66f9

Initial ogg demuxer. No seeking, a/v sync is broken. Support avi with ogg/vorbis audio.
author albeu
date Sat, 16 Mar 2002 14:32:03 +0000
parents f999c7c4b08c
children b53597b930b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
1 <HTML>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
2
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
3 <HEAD>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
4 <STYLE>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
5 .text
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
6 {font-family : Verdana, Arial, Helvetica, sans-serif;
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
7 font-size : 14px;}
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
8 </STYLE>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
9 </HEAD>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
10
1704
a2e1432f7ac3 Arial font
gabucino
parents: 1686
diff changeset
11 <BODY BGCOLOR=white>
a2e1432f7ac3 Arial font
gabucino
parents: 1686
diff changeset
12
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
13 <FONT CLASS="text">
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
14
2745
62bcea66003e oh my god what have i done...
gabucino
parents: 2561
diff changeset
15 <P><B><A NAME=2.3.2>2.3.2. Audio output devices</A></P></B>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
16
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
17 <P><B>MPlayer</B>'s audio interface is called <I>libao2</I>. It currently
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
18 contains these drivers :</P>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
19
1905
8d773b35751e *** empty log message ***
gabucino
parents: 1892
diff changeset
20 <TABLE BORDER=0>
8d773b35751e *** empty log message ***
gabucino
parents: 1892
diff changeset
21
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
22 <TD COLSPAN=4><P><B><FONT CLASS="text">General:</B></P></TD>
1905
8d773b35751e *** empty log message ***
gabucino
parents: 1892
diff changeset
23
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
24 <TR><TD>&nbsp;&nbsp;</TD><TD VALIGN=top><FONT CLASS="text">oss</TD><TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">OSS (ioctl) driver</TD></TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
25 <TR><TD></TD><TD VALIGN=top><FONT CLASS="text">sdl</TD><TD></TD><TD><FONT CLASS="text">SDL driver (supports up/downsampling, <B>ESD</B>, <B>ARTS</B> etc)</TD></TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
26 <TR><TD></TD><TD VALIGN=top><FONT CLASS="text">nas</TD><TD></TD><TD><FONT CLASS="text">NAS (Network Audio System) driver</TD></TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
27 <TR><TD></TD><TD VALIGN=top><FONT CLASS="text">alsa5</TD><TD></TD><TD><FONT CLASS="text">native ALSA 0.5 driver</TD></TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
28 <TR><TD></TD><TD VALIGN=top><FONT CLASS="text">alsa9</TD><TD></TD><TD><FONT CLASS="text">native ALSA 0.9 driver (works, but has problems -> use OSS)</TD></TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
29 <TR><TD></TD><TD VALIGN=top><FONT CLASS="text">sun</TD><TD></TD><TD><FONT CLASS="text">SUN audio driver (/dev/audio) for BSD and Solaris8 users</TD></TR>
1905
8d773b35751e *** empty log message ***
gabucino
parents: 1892
diff changeset
30
8d773b35751e *** empty log message ***
gabucino
parents: 1892
diff changeset
31 </TABLE>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
32
3857
94568d035e75 defucking again
gabucino
parents: 3671
diff changeset
33 <P>The fact is, Linux soundcard drivers are usually bad, and always as
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
34 incompatible as they can be. It MAY take a while to find your optimal settings.</P>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
35 <P><UL>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
36 <LI>if you have OSS as driver, first try with <I>-ao oss</I> (this is the default).
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
37 If you experience glitches, halts or anything out of the ordinary, have a
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
38 look at <I>-ao sdl</I> (NOTE: of course you'll have to have a new SDL library and its
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
39 devel pair installed). It helps in a lot of cases (it also supports ESD, ARTS, and
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
40 up/downsampling. /esd is GNOME's, arts is KDE's sound daemon/).</LI>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
41 <LI>if you have ALSA version 0.5, then you ALMOST always have to use <I>-ao alsa5</I> ,
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
42 since 0.5 has buggy OSS emulation code, and will <B>crash MPlayer</B> with
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
43 a message like this:<BR>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
44 <UL>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
45 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></UL>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
46 </LI>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
47 <LI>if you have ALSA version 0.9, use <I>-ao oss</I> or <I>-ao sdl</I> as you
2060
0048c2a8cc95 alsa9 driver
gabucino
parents: 1905
diff changeset
48 wish. You can also use <I>-ao alsa9</I> as it works now, however it has many
0048c2a8cc95 alsa9 driver
gabucino
parents: 1905
diff changeset
49 problems (losing sync, disappearing audio, etc).</LI>
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
50 </UL></P>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
51
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
52 <P>On <B>Solaris/FreeBSD</B> systems, use the SUN audio driver with the
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
53 <I>-ao sun</I> option, otherwise you'll have no video, nor audio playing.</P>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
54
2745
62bcea66003e oh my god what have i done...
gabucino
parents: 2561
diff changeset
55 <P><B><A NAME=2.3.2.1>2.3.2.1. Soundcard experiences, recommendations</A></B></P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
56
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
57 <P><TABLE BORDER=0 WIDTH=100%>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
58 <TD COLSPAN=3><B><FONT CLASS="text">VIA onboard chipset (via82cxxx) 48Khz only</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
59 <TD></TD><TD><FONT CLASS="text">Driver:</TD><TD><FONT CLASS="text"> from <A HREF="http://sourceforge.net/project/showfiles.php?group_id=3242&release_id=59602">here</A></TD><TR>
3190
9c9a9b5f0a9e VIA 8c2qwerqwer driver added
gabucino
parents: 2999
diff changeset
60
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
61 <TD COLSPAN=3><B><FONT CLASS="text">Aureal Vortex 2</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
62 <TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">no driver</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
63 <TD></TD><TD><FONT CLASS="text">OSS/Pro:</TD><TD><FONT CLASS="text">OK</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
64 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">no driver</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
65 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD>48</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
66 <TD></TD><TD><FONT CLASS="text">Driver:</TD><TD><FONT CLASS="text"><A HREF="http://aureal.sourceforge.net">aureal.sourceforge.net</A></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
67 <TD></TD><TD><FONT CLASS="text">Driver2:</TD><TD><FONT CLASS="text"> from <A HREF="http://makacs.poliod.hu/~pontscho/aureal/au88xx-1.1.3.tar.bz2">here</A><BR>
2999
7a4eb5a45288 only 32k.
pontscho
parents: 2745
diff changeset
68 (<I>buffer size increased to 32k</I>)</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
69
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
70 <TD COLSPAN=3><B><FONT CLASS="text">GUS PnP</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
71 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">no driver</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
72 <TD></TD><TD><FONT CLASS="text">OSS/Pro:</TD><TD><FONT CLASS="text">OK</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
73 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">OK</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
74 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">48</TD><TR>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
75
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
76 <TD COLSPAN=3><B><FONT CLASS="text">SB Live!</B></TD><TR>
5123
f999c7c4b08c "obladi-oblada" -- Gabucino, Feb 11 20:03:21 2002
arpi
parents: 5109
diff changeset
77 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">Analog OK, SP/DIF won't work</TD><TR>
f999c7c4b08c "obladi-oblada" -- Gabucino, Feb 11 20:03:21 2002
arpi
parents: 5109
diff changeset
78 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">Both OK</TD><TR>
f999c7c4b08c "obladi-oblada" -- Gabucino, Feb 11 20:03:21 2002
arpi
parents: 5109
diff changeset
79 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">192</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
80
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
81 <TD COLSPAN=3><B><FONT CLASS="text">SB AWE 64</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
82 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">max 44kHz</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
83 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">48kHz sounds shit</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
84 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">48</TD><TR>
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
85
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
86 <TD COLSPAN=3><B><FONT CLASS="text">Gravis UltraSound ACE</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
87 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">not OK</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
88 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">OK</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
89 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">44</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
90
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
91 <TD COLSPAN=3><B><FONT CLASS="text">Gravis UltraSound MAX</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
92 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">OK</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
93 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">OK (?)</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
94 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">48</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
95
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
96 <TD COLSPAN=3><B><FONT CLASS="text">ESS 688</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
97 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">OK</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
98 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">OK (?)</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
99 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">48</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
100
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
101 <TD COLSPAN=3><B><FONT CLASS="text">C-Media cards (which ones?)</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
102 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">not OK (hissing) (?)</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
103 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">OK (?)</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
104 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">?</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
105
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
106 <TD COLSPAN=3><B><FONT CLASS="text">Yamaha cards (*ymf*)</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
107 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">not OK (?) (maybe -ao sdl)</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
108 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">OK only with ALSA 0.5 with OSS emulation <B>AND</B> <I>-ao sdl</I> (!) (?)</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
109 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">?</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
110
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
111 <TD COLSPAN=3><B><FONT CLASS="text">Cards with envy24 chips (like Terratec EWS88MT)</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
112 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">?</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
113 <TD></TD><TD><FONT CLASS="text">OSS/Pro:</TD><TD><FONT CLASS="text">OK</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
114 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">?</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
115 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">?</TD><TR>
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3276
diff changeset
116
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
117 <TD COLSPAN=3><B><FONT CLASS="text">PC Speaker or DAC</B></TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
118 <TD></TD><TD><FONT CLASS="text">OSS:</TD><TD><FONT CLASS="text">OK (<I>use the SDL driver : -ao sdl</I>)</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
119 <TD></TD><TD><FONT CLASS="text">ALSA:</TD><TD><FONT CLASS="text">no driver</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
120 <TD></TD><TD><FONT CLASS="text">Max kHz:</TD><TD><FONT CLASS="text">the driver emulates 44.1 maybe more</TD><TR>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4928
diff changeset
121 <TD></TD><TD><FONT CLASS="text">Driver:</TD><TD><FONT CLASS="text"><A HREF="ftp://ftp.infradead.org/pub/pcsp">ftp://ftp.infradead.org/pub/pcsp</A></TD><TR>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
122 </TABLE></P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
123
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
124 <P><UL>
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
125 <LI>on Linux, use at least kernel 2.4 if possible, 2.2 isn't tested
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
126 <LI>if sound clicks when playing from CD-ROM, turn on IRQ unmasking !
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
127 for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
128 This is recommended anyways... (for XMMS, etc...)
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
129 Read section <A HREF="cd-dvd.html#4.1">4.1</A>.
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
130 <LI>don't use your soundcard by other application ( for ex. XMMS ) !
2202
8e5cb55ffc63 tipofyx
gabucino
parents: 2060
diff changeset
131 if you use ESD, start MPlayer with the '-vo sdl:esd' option !
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1704
diff changeset
132 <LI>Please tell us how MPlayer and your soundcard(s) worked together!
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
133 </UL></P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
134
3671
e84d8f81a120 'Plugins' subsection in Sound section
gabucino
parents: 3438
diff changeset
135
4536
fd65c9bdcc76 HTML fix
gabucino
parents: 4508
diff changeset
136 <P><B><A NAME=2.3.2.2>2.3.2.2. Audio plugins</A></B></P>
3671
e84d8f81a120 'Plugins' subsection in Sound section
gabucino
parents: 3438
diff changeset
137
4508
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
138 <P><B>MPlayer</B> has support for audio plugins. Audio plugins can be used for
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
139 changing the properties of the audio data before the sound reaches the sound
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
140 card. They are enabled using the <CODE>-aop</CODE> switch followed by the
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
141 <CODE>list=plugin1,plugin2,...</CODE> switch. The <CODE>list</CODE> switch is
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
142 required and determines which plugins that should be used and in which order
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
143 they should be executed, example:
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
144 </P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
145
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
146 <P>&nbsp;&nbsp;<CODE>mplayer media.avi -aop list=resample,format</CODE></P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
147
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
148 <P>would run the sound through the resampling plugin followed by the format
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
149 plugin.
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
150 </P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
151
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
152 <P>The plugins can also have switches that changes their behaviour. These
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
153 switches are explained in detail in the sections below. A plugin will execute
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
154 using default settings if it's switches are omitted. Example of how to use
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
155 plugins in combination with plugin specific switches:
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
156 </P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
157
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
158 <P>&nbsp;&nbsp;<CODE>mplayer media.avi -aop
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
159 list=resample,format:fout=48000:format=0x8</CODE>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
160 </P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
161
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
162 <P>would set the output frequency of the resample plugin to 44100Hz and the
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
163 output format of the format plugin to AFMT_U8.
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
164 </P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
165
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
166 <P>Currently audio plugins can not be used in <B>MEncoder</B>.</P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
167
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
168
4536
fd65c9bdcc76 HTML fix
gabucino
parents: 4508
diff changeset
169 <P><B><A NAME=2.3.2.2.1>2.3.2.2.1. Up/Downsampling</A></B></P>
3671
e84d8f81a120 'Plugins' subsection in Sound section
gabucino
parents: 3438
diff changeset
170
4508
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
171 <P><B>MPlayer</B> fully supports up/down sampling of the sound. This plugin can
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
172 for example be used if you have a fixed frequency sound card or if you are
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
173 stuck with an olqd sound card that is only capable of max 44.1kHz.
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
174 Limitations in your hardware are not auto detected, so you have to specify
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
175 the sample frequency explicitly. This plugin has one switch:
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
176 <CODE>fout</CODE> which is used for setting the desired output sample
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
177 frequency, it defaults to 48kHz, and is given in
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
178 &lt;Hz&gt;.
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
179 </P>
3671
e84d8f81a120 'Plugins' subsection in Sound section
gabucino
parents: 3438
diff changeset
180
e84d8f81a120 'Plugins' subsection in Sound section
gabucino
parents: 3438
diff changeset
181 <P>Usage :<BR>
e84d8f81a120 'Plugins' subsection in Sound section
gabucino
parents: 3438
diff changeset
182 &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=resample:fout=&lt;required
e84d8f81a120 'Plugins' subsection in Sound section
gabucino
parents: 3438
diff changeset
183 frequency in Hz, like 44100&gt;</CODE></P>
e84d8f81a120 'Plugins' subsection in Sound section
gabucino
parents: 3438
diff changeset
184
e84d8f81a120 'Plugins' subsection in Sound section
gabucino
parents: 3438
diff changeset
185
4536
fd65c9bdcc76 HTML fix
gabucino
parents: 4508
diff changeset
186 <P><B><A NAME=2.3.2.2.2>2.3.2.2.2. Surround Sound decoding</A></B></P>
3931
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
187
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
188 <P><B>MPlayer</b> has an audio plugin that can decode matrix encoded
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
189 surround sound. Dolby Surround is an example of a matrix encoded format.</p>
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
190
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
191 <P>Many files with 2 channel audio actually contain matrixed surround
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
192 sound.</p>
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
193
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
194 <P>To use this feature, you will need a sound-card supporting at least 4 channels.</P>
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
195
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
196 <P>Usage :<BR>
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
197 &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=surround</CODE></P>
ef59dc91aaaf applied Steve's patch
gabucino
parents: 3857
diff changeset
198
4508
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
199
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
200 <P><B><A NAME=2.3.2.2.3>2.3.2.2.3. Sample format converter</A></B></P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
201
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
202 <P>If your sound card driver doesn't support signed 16bit int, this plugin can
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
203 be used to change the format to one which your sound card can understand. It
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
204 has one switch <CODE>format</CODE> which can be set to one of the numbers
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
205 found in libao2/afmt.h. This plugin is hardly ever needed and is intended for
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
206 advanced users. Observe that this plugin only changes the sample format and
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
207 not the sample frequency or the number of channels.
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
208 </P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
209
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
210 <P>Usage :<BR>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
211 &nbsp;&nbsp;<CODE>mplayer media.avi -aop
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
212 list=format:format=&lt;required output format&gt;</CODE>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
213 </P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
214
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
215
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
216 <P><B><A NAME=2.3.2.2.4>2.3.2.2.4. Delay</A></B></P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
217
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
218 <P>This plugin delays the sound and is intended as an example of how to develop
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
219 new plugins. It can not be used for anything useful from users perspective
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
220 and is mentioned here for the sake of completeness only. Do not use this
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
221 plugin unless you are a developer.</P>
fb02f169e8e2 added more audio plugin documentation
gabucino
parents: 4469
diff changeset
222
4913
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
223 <P><B><A NAME=2.3.2.2.5>2.3.2.2.5. Software volume control</A></B></P>
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
224
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
225 <P>This plugin is a software replacement for the volume control, and
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
226 can be used in machines with broken mixer device. It can also be
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
227 used if one wants to change the output volume from <B>MPlayer</B>
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
228 without changing the PCM volume setting in the mixer. It has one
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
229 switch <CODE>volume</CODE> that is used for setting the initial
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
230 sound level. The initial sound level can be set to values between 0
5099
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
231 and 255 and defaults to 101 which equals 0dB amplification. Use this
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
232 plugin with caution since it can reduce the signal to noise ratio of
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
233 the sound. In most cases it is best to set the level for the PCM
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
234 sound to max, leave this plugin out and control the output level to
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
235 your speakers with the mixers master volume control. If there is an
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
236 external amplifier connected to the computer (this is almost always
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
237 the case), the noise level can be minimized by adjusting the master
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
238 level and the volume knob on the amplifier until the hissing noise
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
239 in the background is gone.
4913
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
240 </P>
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
241
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
242 <P>Usage :<BR>
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
243 &nbsp;&nbsp;<CODE>mplayer media.avi -aop
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
244 list=volume:volume=&lt;0-255&gt;</CODE>
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
245 </P>
5eb369bc0188 applied Anders' Software Volume Control patch
gabucino
parents: 4908
diff changeset
246
5099
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
247 <P>This plugin also have a compressor or "soft-clipping" capabilities.
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
248 Compression can be used if the dynamic range of the sound is very
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
249 high or if the dynamic range of the loudspeakers is very
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
250 low. Observe that this feature creates distortion and should be
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
251 considered a last resort.
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
252 </P>
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
253
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
254 <P>Usage :<BR>
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
255 &nbsp;&nbsp;<CODE>mplayer media.avi -aop
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
256 list=volume:softclip</CODE>
922258ac9cf2 softclipping (ammegmi?)
gabucino
parents: 5069
diff changeset
257 </P>
4928
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
258
5109
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
259
5069
gabucino
parents: 4982
diff changeset
260 <P><B><A NAME=2.3.2.2.6>2.3.2.2.6. Extrastereo</A></B></P>
4928
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
261
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
262 <P>This plugin increases (linearly) the difference between left and right
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
263 channels (as the XMMS extrastereo plugin) which has some of "live" effect
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
264 on playback.
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
265 </P>
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
266
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
267 <P>Usage :<BR>
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
268 &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=extrastereo</CODE><BR>
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
269 &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=extrastereo:mul=3.45</CODE></P>
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
270
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
271 <P>The default coefficient (<CODE>mul</CODE>) is a float number that defaults
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
272 to 2.5. If you set it to 0.0, you will have a mono sound (average of both
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
273 channels), if you set it to 1.0, sound will be unchanged.</P>
ecf9f93dd9b6 added documentation for "extrastereo" plugin (patch by pl)
gabucino
parents: 4913
diff changeset
274
5109
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
275
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
276 <P><B><A NAME=2.3.2.2.7>2.3.2.2.7. Volume normalizer</A></B></P>
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
277
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
278 <P>This plugin maximizes the volume while maintaining distortionless
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
279 sound.
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
280 </P>
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
281
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
282 <P>Usage :<BR>
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
283 &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=volnorm</CODE><BR>
0ac187a189a8 volume normalizer plugin added
gabucino
parents: 5099
diff changeset
284
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
285 </BODY>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
286 </HTML>