From b59cf0e288b82fca2e0715fca20ba3ede5dae3dc Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 21 Mar 2006 11:55:36 +0000 Subject: Add upmix and vdownmix plugins Added PCM upmix and vdownmix plugins. The upmix plugin is for upmixing to 4.0 or 5.1 surrounds by simple copying (and delay line for rear). The vdownmix plugin is a kind of "virtual surround", which downmixes 4.0 or 5.1 input to 2.0 output with some effect. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 33d6205..0a4445c 100644 --- a/configure.in +++ b/configure.in @@ -25,5 +25,6 @@ AC_OUTPUT([ oss/Makefile jack/Makefile polyp/Makefile + mix/Makefile doc/Makefile ]) -- cgit