Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnoisered.c21 float *noisegate; member
97 data->chandata[i].noisegate = lsx_calloc(FREQCOUNT, sizeof(float)); in sox_noisered_start()
114 data->chandata[fchannels].noisegate[0] = f1; in sox_noisered_start()
121 data->chandata[fchannels].noisegate[i] = f1; in sox_noisered_start()
168 if (power[i] != 0 && plog < chan->noisegate[i] + level*8.0) in reduce_noise()
334 free(chan->noisegate); in sox_noisered_stop()