summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ao.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-29 18:53:12 +0100
committerwm4 <wm4@nowhere>2014-12-29 18:53:12 +0100
commit40755180113ac58cd98fb0f6758c1466e56d5f94 (patch)
tree1920c6bfd404c57d05c97f11f1e2bfb0efba994c /DOCS/man/ao.rst
parentadeada149b8692a29c2814f186fadb4d8313be41 (diff)
downloadmpv-40755180113ac58cd98fb0f6758c1466e56d5f94.tar.bz2
mpv-40755180113ac58cd98fb0f6758c1466e56d5f94.tar.xz
ao_portaudio: remove this audio output
It's just completely useless. We have good native support for all 3 desktop platforms, and ao_sdl or ao_openal as fallbacks.
Diffstat (limited to 'DOCS/man/ao.rst')
-rw-r--r--DOCS/man/ao.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 8b8bfd6c52..ae91fd58ad 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -184,19 +184,6 @@ Available audio output drivers are:
disabled, it will use PulseAudio automatically updated timing
information. Disabling this might help with e.g. networked audio.
-``portaudio``
- PortAudio audio output driver. This works on all platforms, and has
- extensive MS Windows support.
-
- .. note:: This driver is not very useful. It was added in the hope of
- providing portable audio API across all platforms, but turned
- out semi-broken and underfeatured.
-
- ``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