From e3c436f4113086b5bc478aa87c369741b2bfecd3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 3 Jul 2009 01:06:17 +0200 Subject: filter: added "volume" plugin The "volume" filter plugin will replace the current software volume code. One "volume" filter may be attached to each output device. This will allow the user to use hardware mixers for some devices, and software mixers for other devices at the same time. Currently, neither the filter API nor the "volume" plugin is integrated into MPD. --- 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 90ba6fe1c..db47ab7df 100644 --- a/src/filter_registry.c +++ b/src/filter_registry.c @@ -25,6 +25,7 @@ const struct filter_plugin *const filter_plugins[] = { &null_filter_plugin, + &volume_filter_plugin, NULL, }; -- cgit v1.2.3