summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-16 05:11:14 +0100
committerwm4 <wm4@nowhere>2014-12-16 05:11:14 +0100
commitf81748c4e46b76c0a2c3697cf0253493d3558bd7 (patch)
tree0ba7c72081f3ecbae5256ef584a23726523adc5b
parentc8727ed9fcdf55f05b09ed04bc6aa1129a080543 (diff)
downloadmpv-f81748c4e46b76c0a2c3697cf0253493d3558bd7.tar.bz2
mpv-f81748c4e46b76c0a2c3697cf0253493d3558bd7.tar.xz
manpage: ao_alsa: link upmix wiki entry
Also clarify the statement about what we expect to happen by default. It's well possible that distros at some point will fix their ALSA configuration, and e.g. enable the upmix plugin by default.
-rw-r--r--DOCS/man/ao.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 8c1966dcc4..8b8bfd6c52 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -91,13 +91,17 @@ Available audio output drivers are:
provides no good way to play multichannel audio in a non-exclusive
way (without blocking other applications from using audio), the player
is restricted to the capabilities of the ``default`` device by default,
- which means it supports only stereo and mono. But if a hardware device
- is selected, then multichannel audio will typically work.
+ which means it supports only stereo and mono (at least with current
+ typical ALSA configurations). But if a hardware device is selected,
+ then multichannel audio will typically work.
The short story is: if you want multichannel audio with ALSA, use
``--audio-device`` to select the device (use ``--audio-device=help``
to get a list of all devices and their mpv name).
+ You can also try
+ `Using the upmix plugin <https://github.com/mpv-player/mpv/wiki/ALSA:-Surround-Sound-and-Upmixing>`_.
+
``oss``
OSS audio output driver