diff options
author | Max Kellermann <max@musicpd.org> | 2019-02-20 19:23:11 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-02-20 19:23:11 +0100 |
commit | d9c32155844a7c01c33854679f03340f49160a29 (patch) | |
tree | e43f78255da6f22e4574829858a2f7c6a0441191 /doc | |
parent | 110e6d026b87326ecc739619c36cacb2b2caf303 (diff) |
mixer/pulse: rename `scale` to `scale_volume`
Make it less generic, to avoid clashes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index 5b39069cb..3b16096d0 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -935,7 +935,7 @@ 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** + * - **scale_volume 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 |