# HG changeset patch # User ertzing # Date 1180301192 25200 # Node ID 12a744b0417401e07594ef853dfe9d29b4bc80eb # Parent 3bf6c02fc73e4cf1cfe29f84d6714166e8e6d604 [svn] Move effect plugin handling out of the output plugins diff -r 3bf6c02fc73e -r 12a744b04174 ChangeLog --- 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 + 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 revision [2428] Move effect plugin handling out of the output plugins diff -r 3bf6c02fc73e -r 12a744b04174 src/OSS/audio.c --- 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);