filter: added new plugin API for filters

The filter API allows us to implement software volume as a pluggable
filter, and we will be able to integrate libraries like SoX.
This commit is contained in:
Max Kellermann
2009-07-03 01:02:53 +02:00
parent a923080d9b
commit 48f3e13bec
7 changed files with 461 additions and 0 deletions
+6
View File
@@ -42,6 +42,9 @@ mpd_headers = \
src/output_state.h \
src/output_print.h \
src/output_command.h \
src/filter_internal.h \
src/filter_plugin.h \
src/filter_registry.h \
src/buffer2array.h \
src/command.h \
src/idle.h \
@@ -188,6 +191,9 @@ src_mpd_SOURCES = \
src/database.c \
src/dirvec.c \
src/fifo_buffer.c \
src/filter_plugin.c \
src/filter_registry.c \
src/filter/null_filter_plugin.c \
src/update.c \
src/client.c \
src/listen.c \