Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dphaser.c48 double in_gain, out_gain, delay_ms, decay, mod_speed; member
67 p->out_gain = .74; in getopts()
75 NUMERIC_PARAMETER(out_gain , .0, 1e9) in getopts()
88 if (p->in_gain / (1 - p->decay) > 1 / p->out_gain) in getopts()
126 *obuf++ = SOX_ROUND_CLIP_COUNT(d * p->out_gain, effp->clips); in flow()
H A Decho.c58 float in_gain, out_gain; member
83 sscanf(argv[i++], "%f", &echo->out_gain); in sox_echo_getopts()
117 if ( echo->out_gain < 0.0 ) in sox_echo_start()
155 if ( sum_in_volume * echo->in_gain > 1.0 / echo->out_gain ) in sox_echo_start()
190 d_out = d_out * echo->out_gain; in sox_echo_flow()
224 d_out = d_out * echo->out_gain; in sox_echo_drain()
H A Dechos.c54 float in_gain, out_gain; member
78 sscanf(argv[i++], "%f", &echos->out_gain); in sox_echos_getopts()
115 if ( echos->out_gain < 0.0 ) in sox_echos_start()
154 if ( sum_in_volume * echos->in_gain > 1.0 / echos->out_gain ) in sox_echos_start()
185 d_out = d_out * echos->out_gain; in sox_echos_flow()
225 d_out = d_out * echos->out_gain; in sox_echos_drain()
H A Dchorus.c79 float in_gain, out_gain; member
105 sscanf(argv[i++], "%f", &chorus->out_gain); in sox_chorus_getopts()
149 if ( chorus->out_gain < 0.0 ) in sox_chorus_start()
221 if ( chorus->in_gain * ( sum_in_volume ) > 1.0 / chorus->out_gain ) in sox_chorus_start()
261 d_out = d_out * chorus->out_gain; in sox_chorus_flow()
298 d_out = d_out * chorus->out_gain; in sox_chorus_drain()