| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | phaser.c | 74 NUMERIC_PARAMETER(in_gain , .0, 1) in getopts() 75 NUMERIC_PARAMETER(out_gain , .0, 1e9) in getopts() 76 NUMERIC_PARAMETER(delay_ms , .0, 5) in getopts() 77 NUMERIC_PARAMETER(decay , .0, .99) in getopts() 78 NUMERIC_PARAMETER(mod_speed, .1, 2) in getopts()
|
| H A D | flanger.c | 74 NUMERIC_PARAMETER(delay_min , 0 , 30 ) in getopts() 75 NUMERIC_PARAMETER(delay_depth , 0 , 10 ) in getopts() 76 NUMERIC_PARAMETER(feedback_gain,-95 , 95 ) in getopts() 77 NUMERIC_PARAMETER(delay_gain , 0 , 100) in getopts() 78 NUMERIC_PARAMETER(speed , 0.1, 10 ) in getopts() 80 NUMERIC_PARAMETER(channel_phase, 0 , 100) in getopts()
|
| H A D | synth.c | 180 #undef NUMERIC_PARAMETER 181 #define NUMERIC_PARAMETER(p, min, max) { \ macro 229 NUMERIC_PARAMETER(offset,-100, 100) in getopts() 230 NUMERIC_PARAMETER(phase , 0, 100) in getopts() 231 NUMERIC_PARAMETER(p1, 0, 100) in getopts() 232 NUMERIC_PARAMETER(p2, 0, 100) in getopts() 233 NUMERIC_PARAMETER(p3, 0, 100) in getopts() 301 NUMERIC_PARAMETER(offset,-100, 100) in getopts() 302 NUMERIC_PARAMETER(phase , 0, 100) in getopts() 303 NUMERIC_PARAMETER(p1, 0, 100) in getopts() [all …]
|
| H A D | reverb.c | 190 NUMERIC_PARAMETER(reverberance, 0, 100) in getopts() 191 NUMERIC_PARAMETER(hf_damping, 0, 100) in getopts() 192 NUMERIC_PARAMETER(room_scale, 0, 100) in getopts() 193 NUMERIC_PARAMETER(stereo_depth, 0, 100) in getopts() 194 NUMERIC_PARAMETER(pre_delay_ms, 0, 500) in getopts() 195 NUMERIC_PARAMETER(wet_gain_dB, -10, 10) in getopts()
|
| H A D | loudness.c | 38 NUMERIC_PARAMETER(delta,-50 , 15) /* FIXME expand range */ in create() 39 NUMERIC_PARAMETER(start, 50 , 75) /* FIXME expand range */ in create() 40 NUMERIC_PARAMETER(n ,127 ,2047) in create()
|
| H A D | overdrive.c | 30 NUMERIC_PARAMETER(gain, 0, 100) in create() 31 NUMERIC_PARAMETER(colour, 0, 100) in create()
|
| H A D | tempo.c | 232 NUMERIC_PARAMETER(factor ,0.1 , 100 ) in getopts() 233 NUMERIC_PARAMETER(segment_ms , 10 , 120) in getopts() 234 NUMERIC_PARAMETER(search_ms , 0 , 30 ) in getopts() 235 NUMERIC_PARAMETER(overlap_ms , 0 , 30 ) in getopts()
|
| H A D | contrast.c | 27 do {NUMERIC_PARAMETER(contrast, 0, 100)} while (0); in create()
|
| H A D | upsample.c | 30 do {NUMERIC_PARAMETER(factor, 1, 256)} while (0); in create()
|
| H A D | downsample.c | 36 NUMERIC_PARAMETER(factor, 1, 16384) in create()
|
| H A D | repeat.c | 36 do {NUMERIC_PARAMETER(num_repeats, 0, UINT_MAX - 1)} while (0); in create()
|
| H A D | noisered.c | 73 NUMERIC_PARAMETER(threshold, 0, 1); in sox_noisered_getopts()
|
| H A D | gain.c | 62 do {NUMERIC_PARAMETER(fixed_gain, -HUGE_VAL, HUGE_VAL)} while (0); in create()
|
| H A D | sox_i.h | 261 #define NUMERIC_PARAMETER(name, min, max) { \ macro
|