Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dchorus.c74 int num_chorus; member
98 chorus->num_chorus = 0; in sox_chorus_getopts()
107 if ( chorus->num_chorus > MAX_CHORUS ) in sox_chorus_getopts()
112 sscanf(argv[i++], "%f", &chorus->delay[chorus->num_chorus]); in sox_chorus_getopts()
113 sscanf(argv[i++], "%f", &chorus->decay[chorus->num_chorus]); in sox_chorus_getopts()
114 sscanf(argv[i++], "%f", &chorus->speed[chorus->num_chorus]); in sox_chorus_getopts()
115 sscanf(argv[i++], "%f", &chorus->depth[chorus->num_chorus]); in sox_chorus_getopts()
117 chorus->modulation[chorus->num_chorus] = MOD_SINE; in sox_chorus_getopts()
119 chorus->modulation[chorus->num_chorus] = MOD_TRIANGLE; in sox_chorus_getopts()
123 chorus->num_chorus++; in sox_chorus_getopts()
[all …]