summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/ao.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-07 23:53:14 +0200
committerwm4 <wm4@nowhere>2012-08-08 00:09:44 +0200
commit531778d0564cabc4fdfcef7a8785baa5747cd27b (patch)
treeedb65d529e7cf98a99a0f285248e72524aa0b0a9 /DOCS/man/en/ao.rst
parent97810cbfbd408ce0908f291d085a8156068a18c3 (diff)
downloadmpv-531778d0564cabc4fdfcef7a8785baa5747cd27b.tar.bz2
mpv-531778d0564cabc4fdfcef7a8785baa5747cd27b.tar.xz
manpage: document gl3, direct3d, portaudio, remove v4l2
The documentation is mostly taken from the help text embedded in the code of each output driver. vo_v4l2 and ao_v4l2 have been removed. Minor modifications to vo_xv, vo_directx and vo_gl.
Diffstat (limited to 'DOCS/man/en/ao.rst')
-rw-r--r--DOCS/man/en/ao.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst
index 3ed1fbbb58..50f8c282c3 100644
--- a/DOCS/man/en/ao.rst
+++ b/DOCS/man/en/ao.rst
@@ -76,6 +76,15 @@ pulse
string uses a local connection, "localhost" uses network transfer
(most likely not what you want).
+portaudio
+ PortAudio audio output driver. This works on all platforms, and has extensive
+ MS Windows support.
+
+ device
+ Specify the subdevice to use. Giving ``help`` as device name lists all
+ devices found by PortAudio. Devices can be given as numeric values,
+ starting from ``1``.
+
dsound (Windows only)
DirectX DirectSound audio output driver
@@ -83,9 +92,6 @@ dsound (Windows only)
Sets the device number to use. Playing a file with ``-v`` will show a
list of available devices.
-v4l2 (requires Linux 2.6.22+ kernel)
- Audio output driver for V4L2 cards with hardware MPEG decoder.
-
null
Produces no audio output but maintains video playback speed. Use
``--nosound`` for benchmarking.