From 752dfb3d95482c562e5d24c6ea839c4815de9a6d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 14 Feb 2010 17:04:39 +0100 Subject: replay_gain: reimplement as a filter plugin Apply the replay gain in the output thread. This means a new setting will be active instantly, without going through the whole music pipe. And we might have different replay gain settings for each audio output device. --- src/filter_registry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filter_registry.c') diff --git a/src/filter_registry.c b/src/filter_registry.c index 577e69bad..150043cc5 100644 --- a/src/filter_registry.c +++ b/src/filter_registry.c @@ -29,6 +29,7 @@ const struct filter_plugin *const filter_plugins[] = { &route_filter_plugin, &normalize_filter_plugin, &volume_filter_plugin, + &replay_gain_filter_plugin, NULL, }; -- cgit v1.2.3