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.
This commit is contained in:
13
doc/user.xml
13
doc/user.xml
@@ -350,6 +350,19 @@ cd mpd-version</programlisting>
|
||||
devices which support it, and none for the others.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<varname>replay_gain_handler</varname>
|
||||
<parameter>software|mixer|none</parameter>
|
||||
</entry>
|
||||
<entry>
|
||||
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.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
Reference in New Issue
Block a user