# HG changeset patch # User diego # Date 1041632956 0 # Node ID f6323ff433aaff89c11d62118632c5072bd6f85c # Parent 8d29bc9a5836fe08412239b55b0b90def943b7fe New audio filter documentation by Anders Johannsson with some structural modifications by myself. diff -r 8d29bc9a5836 -r f6323ff433aa DOCS/documentation.html --- a/DOCS/documentation.html Fri Jan 03 21:54:54 2003 +0000 +++ b/DOCS/documentation.html Fri Jan 03 22:29:16 2003 +0000 @@ -185,17 +185,28 @@
  • 2.3.2 Audio output devices diff -r 8d29bc9a5836 -r f6323ff433aa DOCS/sound.html --- a/DOCS/sound.html Fri Jan 03 21:54:54 2003 +0000 +++ b/DOCS/sound.html Fri Jan 03 22:29:16 2003 +0000 @@ -12,12 +12,12 @@

    2.3.2 Audio output devices

    -

    2.3.2.1 Description of MPlayer's A/V sync method

    +

    2.3.2.1 Audio/Video synchronisation

    MPlayer's audio interface is called libao2. It currently contains these drivers:

    - +
    @@ -29,17 +29,17 @@

    General:

      oss  OSS (ioctl) driver (supports hardware AC3 passthrough)
    sdlSDL driver (supports ESD, ARTS etc)

    Fact is, Linux sound card drivers have compatibility problems. The cause - is that MPlayer uses a feature of normally coded audio drivers to maintain - audio/video sync. Regrettably, some driver authors don't care of this - function: it isn't needed for playing MP3s, or sound effects.

    + is that MPlayer uses a feature that well coded audio drivers implement to + maintain audio/video sync. Regrettably, some driver authors do not care about + this function, it is not needed for playing MP3s or for 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. A note: time showed their methods aren't AS efficient as MPlayer's.

    -

    Using MPlayer with a correctly written audio driver won't ever give you A/V - desyncs related to the audio, only with very badly created files (check the - documentation for workarounds!).

    +

    With a correctly written audio driver MPlayer will never create audio related + A/V desynchronisation, unless your file is badly broken. Some options to work + around these problems are described in the man page).

    If you happen to have a bad audio driver, try the -autosync option, it should sort out your problems. See the man page for detailed @@ -50,9 +50,9 @@