summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-06 13:48:43 +0100
committerwm4 <wm4@nowhere>2016-01-06 13:52:15 +0100
commit3e90a5fe81229e4c0acd8e5afa8d59efaf942fa9 (patch)
treeb5c3db4b30c550a7dbab3df394b4e9e6b7bf9b87 /DOCS
parent27ccad541ab4a7b1331ff60a41165ffd324c341c (diff)
downloadmpv-3e90a5fe81229e4c0acd8e5afa8d59efaf942fa9.tar.bz2
mpv-3e90a5fe81229e4c0acd8e5afa8d59efaf942fa9.tar.xz
ao_dsound: remove this audio output
It existed for XP-compatibility only. There was also a time where ao_wasapi caused issues, but we're relatively confident that ao_wasapi works better or at least as good as ao_dsound on Windows Vista and later.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/ao.rst18
1 files changed, 2 insertions, 16 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index fafdfd81ae..8bddc98a42 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -20,10 +20,8 @@ normal driver parameters.
See ``--ao=help`` for a list of compiled-in audio output drivers. The
driver ``--ao=alsa`` is preferred. ``--ao=pulse`` is preferred on systems
- where PulseAudio is used. On Windows, ``--ao=wasapi`` is preferred,
- though it might cause trouble sometimes, in which case ``--ao=dsound``
- should be used. On BSD systems, ``--ao=oss`` or `--ao=sndio`` may work
- (the latter being experimental). On OS X systems, use ``--ao=coreaudio``.
+ where PulseAudio is used. On BSD systems, ``--ao=oss`` or ``--ao=sndio``
+ may work (the latter being experimental).
.. admonition:: Examples
@@ -207,18 +205,6 @@ Available audio output drivers are:
If you have stuttering video when using pulse, try to enable this
option. (Or try to update PulseAudio.)
-``dsound`` (Windows only)
- DirectX DirectSound audio output driver
-
- .. note:: This driver is for compatibility with old systems.
-
- ``device=<devicenum>``
- Sets the device number to use. Playing a file with ``-v`` will show a
- list of available devices.
-
- ``buffersize=<ms>``
- DirectSound buffer size in milliseconds (default: 200).
-
``sdl``
SDL 1.2+ audio output driver. Should work on any platform supported by SDL
1.2, but may require the ``SDL_AUDIODRIVER`` environment variable to be set