From 2f0a0b9642f44ff1c7511169fdcc09cebc79cd43 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 27 Dec 2008 21:44:33 +0000 Subject: [PATCH] Remove audio output section, it provides little to no useful information. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28207 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/audio.xml | 63 ----------------------------------- DOCS/xml/en/documentation.xml | 2 -- DOCS/xml/en/faq.xml | 1 - 3 files changed, 66 deletions(-) delete mode 100644 DOCS/xml/en/audio.xml diff --git a/DOCS/xml/en/audio.xml b/DOCS/xml/en/audio.xml deleted file mode 100644 index 9285f9c662..0000000000 --- a/DOCS/xml/en/audio.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - -Audio output devices - -Audio/Video synchronization - - -Linux sound card drivers have compatibility problems. This is because -MPlayer relies on an in-built feature of -properly coded sound drivers that enable them to -maintain correct audio/video sync. Regrettably, some driver authors -don't take the care to code this feature since it is not needed for -playing MP3s or sound effects. - - - -Other media players like aviplay -or xine possibly work -out-of-the-box with these drivers because they use "simple" methods -with internal timing. Measuring showed that their methods are not as -efficient as MPlayer's. - - - -Using MPlayer with a properly written audio -driver will never result in A/V desynchronisation related to the audio, except -only with very badly created files (check the man page for workarounds). - - - -If you happen to have a bad audio driver, try the -option, it should sort out your problems. See the man page for detailed -information. - - - - - - - - -Troubleshooting - -Some notes: - - -If you have ALSA version 0.5, then you almost always have to use -, since ALSA 0.5 has buggy OSS emulation code, -and will crash MPlayer -with a message like this: - -DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer! - - - - -If the sound clicks when playing from CD-ROM, turn on IRQ unmasking as -described in the CD-ROM section. - - - - diff --git a/DOCS/xml/en/documentation.xml b/DOCS/xml/en/documentation.xml index f87259847a..3dab09e797 100644 --- a/DOCS/xml/en/documentation.xml +++ b/DOCS/xml/en/documentation.xml @@ -169,8 +169,6 @@ can be distributed under the terms of the GNU General Public License Version 2. &tvinput.xml; &radio.xml; &video.xml; -&audio.xml; - &ports.xml; &mencoder.xml; &encoding-guide.xml; diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index 01b95ec046..8ee90866c6 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -812,7 +812,6 @@ This can have multiple reasons. Your sound driver is buggy. - See the audio section.