Home
last modified time | relevance | path

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

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcydchr.c50 for (int o = 0 ; o < CYD_CHORUS_OVERSAMPLE ; ++o) in cydchr_output()
88 *out_l = acc_l / CYD_CHORUS_OVERSAMPLE; in cydchr_output()
89 *out_r = acc_r / CYD_CHORUS_OVERSAMPLE; in cydchr_output()
99 chr->lut_size = CYD_CHORUS_OVERSAMPLE * chr->sample_rate * 4 * 10 / (10 + (rate - 1)); in cydchr_set()
129 chr->lut = calloc(sample_rate * 4 * CYD_CHORUS_OVERSAMPLE, sizeof(chr->buffer[0])); in cydchr_init()
H A Dcyddefs.h61 #define CYD_CHORUS_OVERSAMPLE 1 macro