diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-03-29 10:58:12 -0700 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-29 21:40:08 +0200 |
commit | bfc25cfd3bd123c976bc55dc0746728549d19091 (patch) | |
tree | 6126283150e39c85ca6b51d7dc5960636f28d913 | |
parent | 12b6ca8832bdc5a55c6feb6cff199c1da2826cd6 (diff) | |
download | mpd-bfc25cfd3bd123c976bc55dc0746728549d19091.tar.gz mpd-bfc25cfd3bd123c976bc55dc0746728549d19091.tar.xz mpd-bfc25cfd3bd123c976bc55dc0746728549d19091.zip |
exconf: update mixer documentation.
-rw-r--r-- | doc/mpdconf.example | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 2f6259bcd..5061489cf 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -258,20 +258,25 @@ # Volume control mixer ######################################################## # -# MPD has limited volume controls, to use them pick one below. If one is not -# specified it may be autodetected at startup, depending on the dependencies -# which were compiled into the server. +# These are the global volume control settings. By default, this setting will +# be detected to the available audio output device, with preference going to +# hardware mixing. Hardware and software mixers for individual audio_output +# sections cannot yet be mixed. # -# An example for controlling an ALSA or OSS mixer: +# An example for controlling an ALSA, OSS or Pulseaudio mixer; If this +# setting is used other sound applications will be affected by the volume +# being controlled by MPD. # #mixer_type "hardware" # -# This example is a general volume control mixer, it is used to adjust the -# volume of the audio sent to the audio output, and will work with all outputs. +# An example for controlling all mixers through software. This will control +# all controls, even if the mixer is not supported by the device and will not +# affect any other sound producing applications. # #mixer_type "software" # -# This example will not allow MPD to touch the mixer at all. +# This example will not allow MPD to touch the mixer at all and will disable +# all volume controls. # #mixer_type "disabled" # |