summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Pit-Claudel <clement.pitclaudel@live.com>2019-02-17 16:14:52 -0500
committerClément Pit-Claudel <clement.pitclaudel@live.com>2019-02-17 16:14:52 -0500
commit110e6d026b87326ecc739619c36cacb2b2caf303 (patch)
tree0ed4c295e2825186e6a5f8fe6a75b452823eda66 /doc
parentc0f57b8a8bd8ab9cdb7c69cafabe74b33aed7abc (diff)
mixer/pulse: Add a new 'scale' parameter to allow volumes above 100
Closes GH-479.
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst
index 0e09b35ab..5b39069cb 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -935,6 +935,8 @@ The pulse plugin connects to a `PulseAudio <http://www.freedesktop.org/wiki/Soft
- Sets the host name of the PulseAudio server. By default, :program:`MPD` connects to the local PulseAudio server.
* - **sink NAME**
- Specifies the name of the PulseAudio sink :program:`MPD` should play on.
+ * - **scale FACTOR**
+ - Specifies a linear scaling coefficient (ranging from 0.5 to 5.0) to apply when adjusting volume through :program:`MPD`. For example, chosing a factor equal to ``"0.7"`` means that setting the volume to 100 in :program:`MPD` will set the PulseAudio volume to 70%, and a factor equal to ``"3.5"`` means that volume 100 in :program:`MPD` corresponds to a 350% PulseAudio volume.
recorder
~~~~~~~~