summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/ao.rst
diff options
context:
space:
mode:
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.