diff options
author | Max Kellermann <max@duempel.org> | 2010-02-16 08:55:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-02-17 08:14:07 +0100 |
commit | 96493e0333404ddea739a08e1e3ead8dcb6f836c (patch) | |
tree | 5c953ea3a3b5f7f22174e6046a6b107390524438 /NEWS | |
parent | 48b49e230352de10bb3f66a1c85d367dade52001 (diff) | |
download | mpd-96493e0333404ddea739a08e1e3ead8dcb6f836c.tar.gz mpd-96493e0333404ddea739a08e1e3ead8dcb6f836c.tar.xz mpd-96493e0333404ddea739a08e1e3ead8dcb6f836c.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ ver 0.16 (20??/??/??) * replay gain: - reimplemented as a filter plugin - fall back to track gain if album gain is unavailable + - optionally use hardware mixer to apply replay gain * log unused/unknown block parameters * removed the deprecated "error_file" option * save state when stopped |