Mercurial > mplayer.hg
annotate DOCS/xml/zh_CN/audio.xml @ 24799:535cdc4d7804
Remove unused code and fix warning:
demux_real.c:147: warning: 'skip_str' defined but not used
author | diego |
---|---|
date | Sun, 21 Oct 2007 12:38:18 +0000 |
parents | 68d7472231cf |
children |
rev | line source |
---|---|
21625
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
21696 | 2 <!-- synced with r21537 --> |
21625
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
3 <chapter id="audio"> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
4 <title>音频输出设备</title> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
5 <sect1 id="sync"> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
6 <title>音频/视频 同步</title> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
7 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
8 <para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
9 Linux声卡驱动有兼容性问题。 这是因为<application>MPlayer</application> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
10 依赖于<emphasis>正确</emphasis>编写的声音驱动的一项内嵌特性以保证声音/视 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
11 频的同步。可惜的是,一些驱动作者并不在代码中实现此特性,因为它对于播放MP3 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
12 或者其他声效并不是必须的。 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
13 </para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
14 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
15 <para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
16 其他播放器,像<ulink url="http://avifile.sf.net">aviplay</ulink>或 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
17 <ulink url="http://xinehq.de">xine</ulink>也许会脱离这些驱动功能而工 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
18 作,因为它们运用了内部计时的“简单”方法。测试表明他们的方法不如 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
19 <application>MPlayer</application>的有效。 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
20 </para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
21 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
22 <para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
23 和一个正确编写的声卡驱动一同使用 <application>MPlayer</application>将 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
24 用不会发生由声音导致的音/视频不同步,除非使用很糟糕的文件(查询man页寻 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
25 求解决方法)。 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
26 </para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
27 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
28 <para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
29 如果你刚好有个糟糕的声卡驱动,尝试<option>-autosync</option>选项,它将 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
30 解决你的问题。详细信息请查看man页。 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
31 </para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
32 </sect1> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
33 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
34 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
35 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
36 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
37 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
38 <sect1 id="troubleshooting"> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
39 <title>解决问题</title> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
40 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
41 <para>一些注释:</para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
42 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
43 <para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
44 如果你使用0.5版本的ALSA,那么你几乎总是要使用<option>-ao alsa5</option>选项, |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
45 因为0.5版的ALSA对OSS的模拟存在错误,将导致<emphasis role="bold"> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
46 <application>MPlayer</application>崩溃</emphasis>,并出现如下信息: |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
47 <screen> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
48 DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer! |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
49 </screen> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
50 </para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
51 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
52 <para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
53 如果用CD-ROM播放时声音出现间断,像<link linkend="drives">CD-ROM</link>部分 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
54 所述那样打开去除IRQ选项。 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
55 </para> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
56 </sect1> |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
57 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
58 </chapter> |