From 96493e0333404ddea739a08e1e3ead8dcb6f836c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Feb 2010 08:55:37 +0100 Subject: replay_gain: optionally use hardware mixer to apply replay gain Add an option for each audio output which enables the use of the hardware mixer, instead of the software volume code. This is hardware specific, and assumes linear volume control. This is not the case for hardware mixers which were tested, making this patch somewhat useless, but we will use it to experiment with the settings, to find a good solution. --- doc/user.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index 15b20d521..30fcae696 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -350,6 +350,19 @@ cd mpd-version devices which support it, and none for the others. + + + replay_gain_handler + software|mixer|none + + + Specifies how replay gain is applied. The default is + "software", which uses an internal software volume + control. "mixer" uses the configured (hardware) mixer + control. "none" disables replay gain on this audio + output. + + -- cgit v1.2.3