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