Mercurial > audlegacy-plugins
changeset 1135:1a6f46944e7b trunk
[svn] Move effect plugin handling out of the output plugins
author | ertzing |
---|---|
date | Sun, 27 May 2007 14:28:52 -0700 |
parents | 5cf890f62ddf |
children | 8cf22270e0bf |
files | ChangeLog src/sun/audio.c |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun May 27 14:27:41 2007 -0700 +++ b/ChangeLog Sun May 27 14:28:52 2007 -0700 @@ -1,3 +1,10 @@ +2007-05-27 21:27:41 +0000 Ralf Ertzinger <ralf@skytale.net> + revision [2434] + Move effect plugin handling out of the output plugins + trunk/src/jack/jack.c | 2 ++ + 1 file changed, 2 insertions(+) + + 2007-05-27 21:26:32 +0000 Ralf Ertzinger <ralf@skytale.net> revision [2432] Move effect plugin handling out of the output plugins
--- a/src/sun/audio.c Sun May 27 14:27:41 2007 -0700 +++ b/src/sun/audio.c Sun May 27 14:28:52 2007 -0700 @@ -309,6 +309,7 @@ static inline void sun_write_audio(gpointer data, int length) { +#if 0 AFormat new_format; EffectPlugin *ep; int new_frequency, new_channels; @@ -336,6 +337,7 @@ length = ep->mod_samples(&data, length, input.format.xmms, input.frequency, input.channels); } +#endif if (sun_convert != NULL) length = sun_convert(&data, length);