Searched refs:in_gain (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | phaser.c | 48 double in_gain, out_gain, delay_ms, decay, mod_speed; member 66 p->in_gain = .4; in getopts() 74 NUMERIC_PARAMETER(in_gain , .0, 1) in getopts() 86 if (p->in_gain > (1 - p->decay * p->decay)) in getopts() 88 if (p->in_gain / (1 - p->decay) > 1 / p->out_gain) in getopts() 119 double d = *ibuf++ * p->in_gain + p->delay_buf[ in flow()
|
| H A D | echo.c | 58 float in_gain, out_gain; member 82 sscanf(argv[i++], "%f", &echo->in_gain); in sox_echo_getopts() 107 if ( echo->in_gain < 0.0 ) in sox_echo_start() 112 if ( echo->in_gain > 1.0 ) in sox_echo_start() 155 if ( sum_in_volume * echo->in_gain > 1.0 / echo->out_gain ) in sox_echo_start() 183 d_out = d_in * echo->in_gain; in sox_echo_flow()
|
| H A D | echos.c | 54 float in_gain, out_gain; member 77 sscanf(argv[i++], "%f", &echos->in_gain); in sox_echos_getopts() 105 if ( echos->in_gain < 0.0 ) in sox_echos_start() 110 if ( echos->in_gain > 1.0 ) in sox_echos_start() 154 if ( sum_in_volume * echos->in_gain > 1.0 / echos->out_gain ) in sox_echos_start() 180 d_out = d_in * echos->in_gain; in sox_echos_flow()
|
| H A D | chorus.c | 79 float in_gain, out_gain; member 104 sscanf(argv[i++], "%f", &chorus->in_gain); in sox_chorus_getopts() 139 if ( chorus->in_gain < 0.0 ) in sox_chorus_start() 144 if ( chorus->in_gain > 1.0 ) in sox_chorus_start() 221 if ( chorus->in_gain * ( sum_in_volume ) > 1.0 / chorus->out_gain ) in sox_chorus_start() 255 d_out = d_in * chorus->in_gain; in sox_chorus_flow()
|
| H A D | flanger.c | 50 double in_gain; member 128 f->in_gain = 1 / (1 + f->delay_gain); in start() 135 f->in_gain, f->feedback_gain, f->delay_gain); in start() 209 out = in * f->in_gain + delayed * f->delay_gain; in flow()
|