summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-28 20:58:03 +0100
committerwm4 <wm4@nowhere>2020-03-28 20:59:31 +0100
commitbca917f6d2c50d9df3a4140b7be7beb6d567aa5b (patch)
tree6bda396bd723d29f0423d720db21fd279fdb2406 /DOCS/man
parent4583bd8cc7bf538bce424983d49729c934d13a53 (diff)
downloadmpv-bca917f6d2c50d9df3a4140b7be7beb6d567aa5b.tar.bz2
mpv-bca917f6d2c50d9df3a4140b7be7beb6d567aa5b.tar.xz
ao_oss: remove this audio output
Ancient Linux audio output. Apparently it survived until now, because some BSDs (but not all) had use of this. But these should work with ao_sdl or ao_openal too (that's why these AOs exist after all). ao_oss itself has the problem that it's virtually unmaintainable from my point of view due to all the subtle (or non-subtle) difference. Look at the ifdef mess and the multiple code paths (that shouldn't exist) in the removed source code.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/ao.rst15
1 files changed, 1 insertions, 14 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 7dace73ec5..5308a7175b 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -14,8 +14,7 @@ in the list.
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 BSD systems, ``--ao=oss`` or ``--ao=sndio``
- may work (the latter being experimental).
+ where PulseAudio is used.
Available audio output drivers are:
@@ -36,18 +35,6 @@ Available audio output drivers are:
with automatic upmixing with shared access, so playing stereo
and multichannel audio at the same time will work as expected.
-``oss``
- OSS audio output driver
-
- The following global options are supported by this audio output:
-
- ``--oss-mixer-device``
- Sets the audio mixer device (default: ``/dev/mixer``).
- ``--oss-mixer-channel``
- Sets the audio mixer channel (default: ``pcm``). Other valid values
- include **vol, pcm, line**. For a complete list of options look for
- ``SOUND_DEVICE_NAMES`` in ``/usr/include/linux/soundcard.h``.
-
``jack``
JACK (Jack Audio Connection Kit) audio output driver.