Mercurial > mplayer.hg
annotate DOCS/xml/en/audio.xml @ 23624:f86b9bcf2d03
Return value of gtk_entry_get_text is const, so declare variables as const as well.
author | reimar |
---|---|
date | Sun, 24 Jun 2007 12:43:45 +0000 |
parents | b210a229fbcb |
children | b89c59df8ba6 |
rev | line source |
---|---|
20535 | 1 <?xml version="1.0" encoding="utf-8"?> |
10913
49b1a67e7381
Add revision keyword to english xml files, to ease translation synchronization
lumag
parents:
10178
diff
changeset
|
2 <!-- $Revision$ --> |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
14787
diff
changeset
|
3 <chapter id="audio"> |
9675 | 4 <title>Audio output devices</title> |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
14787
diff
changeset
|
5 <sect1 id="sync"> |
14443 | 6 <title>Audio/Video synchronization</title> |
9675 | 7 |
8 <para> | |
9 Linux sound card drivers have compatibility problems. This is because | |
10 <application>MPlayer</application> relies on an in-built feature of | |
11 <emphasis>properly</emphasis> coded sound drivers that enable them to | |
12 maintain correct audio/video sync. Regrettably, some driver authors | |
13 don't take the care to code this feature since it is not needed for | |
14 playing MP3s or sound effects. | |
15 </para> | |
16 | |
17 <para> | |
13977 | 18 Other media players like <ulink url="http://avifile.sf.net">aviplay</ulink> |
19 or <ulink url="http://xinehq.de">xine</ulink> possibly work | |
9675 | 20 out-of-the-box with these drivers because they use "simple" methods |
21 with internal timing. Measuring showed that their methods are not as | |
22 efficient as <application>MPlayer</application>'s. | |
23 </para> | |
24 | |
25 <para> | |
26 Using <application>MPlayer</application> with a properly written audio | |
27 driver will never result in A/V desyncs related to the audio, except | |
28 only with very badly created files (check the man page for workarounds). | |
29 </para> | |
30 | |
31 <para> | |
32 If you happen to have a bad audio driver, try the <option>-autosync</option> | |
33 option, it should sort out your problems. See the man page for detailed | |
34 information. | |
35 </para> | |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
14787
diff
changeset
|
36 </sect1> |
9675 | 37 |
21521 | 38 |
39 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> | |
40 | |
41 | |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
14787
diff
changeset
|
42 <sect1 id="troubleshooting"> |
14632 | 43 <title>Troubleshooting</title> |
44 | |
45 <para>Some notes:</para> | |
46 | |
47 <para> | |
21521 | 48 If you have ALSA version 0.5, then you almost always have to use |
49 <option>-ao alsa5</option>, since ALSA 0.5 has buggy OSS emulation code, | |
50 and will <emphasis role="bold">crash <application>MPlayer</application></emphasis> | |
51 with a message like this: | |
52 <screen> | |
53 DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer! | |
54 </screen> | |
14632 | 55 </para> |
21521 | 56 |
14632 | 57 <para> |
21521 | 58 If the sound clicks when playing from CD-ROM, turn on IRQ unmasking as |
59 described in the <link linkend="drives">CD-ROM</link> section. | |
14632 | 60 </para> |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
14787
diff
changeset
|
61 </sect1> |
9675 | 62 |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
14787
diff
changeset
|
63 </chapter> |