Home
last modified time | relevance | path

Searched refs:chorusbuf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dchorus.c78 float *chorusbuf; member
225 chorus->chorusbuf = lsx_malloc(sizeof (float) * chorus->maxsamples); in sox_chorus_start()
227 chorus->chorusbuf[i] = 0.0; in sox_chorus_start()
257 d_out += chorus->chorusbuf[(chorus->maxsamples + in sox_chorus_flow()
265 chorus->chorusbuf[chorus->counter] = d_in; in sox_chorus_flow()
294 d_out += chorus->chorusbuf[(chorus->maxsamples + in sox_chorus_drain()
302 chorus->chorusbuf[chorus->counter] = d_in; in sox_chorus_drain()
327 free(chorus->chorusbuf); in sox_chorus_stop()
328 chorus->chorusbuf = NULL; in sox_chorus_stop()