Mercurial > audlegacy-plugins
changeset 1133:12a744b04174 trunk
[svn] Move effect plugin handling out of the output plugins
author | ertzing |
---|---|
date | Sun, 27 May 2007 14:26:32 -0700 |
parents | 3bf6c02fc73e |
children | 5cf890f62ddf |
files | ChangeLog src/OSS/audio.c |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun May 27 14:26:15 2007 -0700 +++ b/ChangeLog Sun May 27 14:26:32 2007 -0700 @@ -1,3 +1,10 @@ +2007-05-27 21:26:15 +0000 Ralf Ertzinger <ralf@skytale.net> + revision [2430] + Move effect plugin handling out of the output plugins + trunk/src/arts/audio.c | 2 ++ + 1 file changed, 2 insertions(+) + + 2007-05-27 21:25:46 +0000 Ralf Ertzinger <ralf@skytale.net> revision [2428] Move effect plugin handling out of the output plugins
--- a/src/OSS/audio.c Sun May 27 14:26:15 2007 -0700 +++ b/src/OSS/audio.c Sun May 27 14:26:32 2007 -0700 @@ -274,6 +274,7 @@ { audio_buf_info abuf_info; +#if 0 AFormat new_format; int new_frequency, new_channels; EffectPlugin *ep; @@ -301,6 +302,7 @@ length = ep->mod_samples(&data, length, input.format.xmms, input.frequency, input.channels); +#endif if (realtime && !ioctl(fd, SNDCTL_DSP_GETOSPACE, &abuf_info)) { while (abuf_info.bytes < length) { xmms_usleep(10000);