diff src/OSS/audio.c @ 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 11d45400f5ed
children aee4ebea943a
line wrap: on
line diff
--- 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);