]> git.alsa-project.org Git - alsa-plugins.git/commit
Add samplerate rate converter plugin
authorTakashi Iwai <tiwai@suse.de>
Thu, 6 Apr 2006 15:37:13 +0000 (17:37 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 6 Apr 2006 15:37:13 +0000 (17:37 +0200)
commit74bdac50b257b986cea38a2c08134c430fc5654f
tree5e30207026f4f777edb21f6bd729087f5e0a3c4c
parent423a6f3c7be331984ec74587bf278204d19a4467
Add samplerate rate converter plugin

Added a rate converter pluging using libsamplerate.
The plugin is built only when libsamplerate is detected by configure.

See doc/samplerate.txt for usage.

This plugin is released under GPL (to follow the license of
libsamplerate), not LGPL.
COPYING.GPL [new file with mode: 0644]
Makefile.am
configure.in
cvscompile [changed mode: 0644->0755]
doc/Makefile.am
doc/samplerate.txt [new file with mode: 0644]
rate/Makefile.am [new file with mode: 0644]
rate/rate_samplerate.c [new file with mode: 0644]