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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filter_registry.h') diff --git a/src/filter_registry.h b/src/filter_registry.h index e5988f96e..af873316e 100644 --- a/src/filter_registry.h +++ b/src/filter_registry.h @@ -27,6 +27,7 @@ #define MPD_FILTER_REGISTRY_H extern const struct filter_plugin null_filter_plugin; +extern const struct filter_plugin volume_filter_plugin; const struct filter_plugin * filter_plugin_by_name(const char *name); -- cgit v1.2.3