]> git.alsa-project.org Git - alsa-plugins.git/commit
Add upmix and vdownmix plugins
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2006 11:55:36 +0000 (11:55 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2006 11:55:36 +0000 (11:55 +0000)
commitb59cf0e288b82fca2e0715fca20ba3ede5dae3dc
treeca353c9d7bfc50393287bce4d8ca3bf06a3efc0e
parenta86da2532c4072bccaeb380099a90b63262bf14d
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.
Makefile.am
configure.in
doc/Makefile.am
doc/upmix.txt [new file with mode: 0644]
doc/vdownmix.txt [new file with mode: 0644]
mix/Makefile.am [new file with mode: 0644]
mix/pcm_upmix.c [new file with mode: 0644]
mix/pcm_vdownmix.c [new file with mode: 0644]