docs: Tweak audio/mixer_volume docs, update changelog

This commit is contained in:
Stein Magnus Jodal 2014-01-13 22:40:35 +01:00
parent 25e4bc0e30
commit a8eaaedb71
2 changed files with 10 additions and 6 deletions

View File

@ -73,6 +73,12 @@ v0.18.0 (UNRELEASED)
:meth:`~mopidy.ext.Extension.get_frontend_classes`, and :meth:`~mopidy.ext.Extension.get_frontend_classes`, and
:meth:`~mopidy.ext.Extension.register_gstreamer_elements`. :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** **Local backend**
- Finished the work on creating pluggable libraries. Users can now - Finished the work on creating pluggable libraries. Users can now

View File

@ -80,16 +80,14 @@ Core configuration values
Setting the config value to blank turns off volume control. Setting the config value to blank turns off volume control.
.. confval:: audio/mixer_volume .. confval:: audio/mixer_volume
Audio mixer initial volume. Initial volume for the audio mixer.
Expects an Integer between 0 and 100.
Sets the initial volume of the audio mixer. Setting the config value to blank Expects an integer between 0 and 100.
sets the initial volume for the software mixer to 100.
Setting the config value to blank leaves the audio mixer volume unchanged.
For the software mixer blank means 100.
.. confval:: audio/mixer_track .. confval:: audio/mixer_track