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.
This commit is contained in:
Max Kellermann
2009-07-03 01:06:17 +02:00
parent 48f3e13bec
commit e3c436f411
4 changed files with 139 additions and 0 deletions
+1
View File
@@ -194,6 +194,7 @@ src_mpd_SOURCES = \
src/filter_plugin.c \
src/filter_registry.c \
src/filter/null_filter_plugin.c \
src/filter/volume_filter_plugin.c \
src/update.c \
src/client.c \
src/listen.c \