Searched refs:synth_input (Results 1 – 1 of 1) sorted by relevance
459 sox_sample_t synth_input = *ibuf++; in flow() local631 case synth_mix : synth_out = (synth_out * SOX_SAMPLE_MAX + synth_input) * .5; break; in flow()632 case synth_amod : synth_out = (synth_out + 1) * synth_input * .5; break; in flow()633 case synth_fmod : synth_out *= synth_input; break; in flow()