fixed rate resampling

This commit is contained in:
Cary Sandvig 2000-10-06 00:13:20 +00:00
parent a0fadcc1b0
commit a7c2814465

View File

@ -28,7 +28,9 @@ extern "C" {
#define COPYFORMAT copyformat
#define UPDATEEFFECT(a, b, c, d) \
(a)->ininfo.channels = (b)->info.channels; \
(a)->outinfo.channels = (c)->info.channels;
(a)->outinfo.channels = (c)->info.channels; \
(a)->ininfo.rate = (b)->info.rate; \
(a)->outinfo.rate = (c)->info.rate;
#else /* PATCHLEVEL != 16 */
#define FORMATS st_formats
#define ENCODEFIELD encoding