Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dreverb.c171 sox_bool wet_only; member
187 p->wet_only = argc && (!strcmp(*argv, "-w") || !strcmp(*argv, "--wet-only")) in getopts()
224 *effp->in_signal.mult /= !p->wet_only + 2 * dB_to_linear(max(0,p->wet_gain_dB)); in start()
243 float out = (1 - p->wet_only) * p->chan[w].dry[i] + in flow()
248 float out = (1 - p->wet_only) * p->chan[0].dry[i] + p->chan[0].wet[w][i]; in flow()