Mercurial > audlegacy-plugins
changeset 882:d58c48b014ed trunk
[svn] - integrated SndStretch into build process
author | mf0102 |
---|---|
date | Tue, 20 Mar 2007 14:01:54 -0700 |
parents | 6bb0e52df3d6 |
children | e6d51d079a46 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Mar 20 12:22:25 2007 -0700 +++ b/ChangeLog Tue Mar 20 14:01:54 2007 -0700 @@ -1,3 +1,17 @@ +2007-03-20 19:22:25 +0000 Michael Farber <01mf02@gmail.com> + revision [1862] + - Made port of XMMS plugin SndStretch + + + trunk/src/sndstretch/FB_logo.xpm | 130 ++ + trunk/src/sndstretch/Makefile | 15 + trunk/src/sndstretch/sndstretch.c | 1298 ++++++++++++++++++++++++++ + trunk/src/sndstretch/sndstretch.h | 152 +++ + trunk/src/sndstretch/sndstretch_xmms-logo.xpm | 46 + trunk/src/sndstretch/sndstretch_xmms.c | 459 +++++++++ + 6 files changed, 2100 insertions(+) + + 2007-03-19 23:49:57 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [1860] - suppress a warning.
--- a/configure.ac Tue Mar 20 12:22:25 2007 -0700 +++ b/configure.ac Tue Mar 20 14:01:54 2007 -0700 @@ -95,7 +95,7 @@ INPUT_PLUGINS="tonegen console sexypsf wav cue alac metronom vtx" OUTPUT_PLUGINS="disk_writer null" -EFFECT_PLUGINS="audiocompress ladspa voice_removal stereo_plugin echo_plugin" +EFFECT_PLUGINS="audiocompress ladspa voice_removal sndstretch stereo_plugin echo_plugin" GENERAL_PLUGINS="song_change alarm" VISUALIZATION_PLUGINS="blur_scope spectrum" CONTAINER_PLUGINS="m3u pls stdio" @@ -1226,6 +1226,7 @@ echo " Voice Removal: yes" echo " Extra Stereo: yes" echo " Echo/Surround: yes" +echo " SndStretch: yes" echo echo " Visualization" echo " -------------"