Mercurial > audlegacy-plugins
diff src/alsa/audio.c @ 1131:d4889095afac trunk
[svn] Move effect plugin handling out of the output plugins
| author | ertzing |
|---|---|
| date | Sun, 27 May 2007 14:25:46 -0700 |
| parents | 34325e9fcc60 |
| children | 7b3aa5513041 |
line wrap: on
line diff
--- a/src/alsa/audio.c Sat May 26 21:15:27 2007 -0700 +++ b/src/alsa/audio.c Sun May 27 14:25:46 2007 -0700 @@ -705,6 +705,7 @@ if (paused) return; +#if 0 new_freq = inputf->rate; new_chn = inputf->channels; f = inputf->xmms_format; @@ -732,6 +733,7 @@ inputf->xmms_format, inputf->rate, inputf->channels); +#endif if (alsa_convert_func != NULL) length = alsa_convert_func(convertb, &data, length);
