docs: Tweak audio/mixer_volume docs, update changelog
This commit is contained in:
parent
25e4bc0e30
commit
a8eaaedb71
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user