Mercurial > audlegacy-plugins
changeset 1137:48b586065895 trunk
[svn] Move effect plugin handling out of the output plugins
author | ertzing |
---|---|
date | Sun, 27 May 2007 14:30:06 -0700 |
parents | 8cf22270e0bf |
children | 402ee2120cb1 |
files | ChangeLog src/esd/audio.c |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun May 27 14:29:45 2007 -0700 +++ b/ChangeLog Sun May 27 14:30:06 2007 -0700 @@ -1,3 +1,10 @@ +2007-05-27 21:29:45 +0000 Ralf Ertzinger <ralf@skytale.net> + revision [2438] + Move effect plugin handling out of the output plugins + trunk/src/null/null.c | 2 ++ + 1 file changed, 2 insertions(+) + + 2007-05-27 21:28:52 +0000 Ralf Ertzinger <ralf@skytale.net> revision [2436] Move effect plugin handling out of the output plugins
--- a/src/esd/audio.c Sun May 27 14:29:45 2007 -0700 +++ b/src/esd/audio.c Sun May 27 14:30:06 2007 -0700 @@ -273,6 +273,7 @@ static void esdout_write_audio(gpointer data, gint length) { +#if 0 AFormat new_format; gint new_frequency, new_channels; EffectPlugin *ep; @@ -300,6 +301,7 @@ length = ep->mod_samples(&data, length, input_format, input_frequency, input_channels); +#endif while (length > 0) { int num_written; if (esd_translate)