From a8eaaedb71988ee26005791f860af71bda2ac22a Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 13 Jan 2014 22:40:35 +0100 Subject: [PATCH] docs: Tweak audio/mixer_volume docs, update changelog --- docs/changelog.rst | 6 ++++++ docs/config.rst | 10 ++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8bf8340c..64f4848d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -73,6 +73,12 @@ v0.18.0 (UNRELEASED) :meth:`~mopidy.ext.Extension.get_frontend_classes`, and :meth:`~mopidy.ext.Extension.register_gstreamer_elements`. +*Audio** + +- Added :confval:`audio/mixer_volume` to set the initial volume of mixers. + This is especially useful for setting the software mixer volume to something + else than the default 100%. (Fixes: :issue:`633`) + **Local backend** - Finished the work on creating pluggable libraries. Users can now diff --git a/docs/config.rst b/docs/config.rst index 3872ecd3..d1752ba5 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -80,16 +80,14 @@ Core configuration values Setting the config value to blank turns off volume control. - .. confval:: audio/mixer_volume - Audio mixer initial volume. - - Expects an Integer between 0 and 100. + Initial volume for the audio mixer. - Sets the initial volume of the audio mixer. Setting the config value to blank - sets the initial volume for the software mixer to 100. + Expects an integer between 0 and 100. + Setting the config value to blank leaves the audio mixer volume unchanged. + For the software mixer blank means 100. .. confval:: audio/mixer_track