Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 47 of file synth_ntom.h.
{ size_t i; int ret; size_t pnt1 = fr->buffer.fill; unsigned char *samples = fr->buffer.data + pnt1; ret = SYNTH_NAME(bandPtr, 0, fr, 1); for(i=0;i<((fr->buffer.fill-pnt1)/(2*sizeof(SAMPLE_T)));i++) { ((SAMPLE_T *)samples)[1] = ((SAMPLE_T *)samples)[0]; samples+=2*sizeof(SAMPLE_T); } return ret; }