We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549a67d commit 3e7a36cCopy full SHA for 3e7a36c
1 file changed
shared-module/audiodelays/Chorus.c
@@ -302,7 +302,7 @@ audioio_get_buffer_result_t audiodelays_chorus_get_buffer(audiodelays_chorus_obj
302
}
303
304
// Add original sample + effect
305
- word = sample_word + (word * mix);
+ word = sample_word + (int32_t)(word * mix);
306
word = synthio_mix_down_sample(word, 2);
307
308
if (MP_LIKELY(self->base.bits_per_sample == 16)) {
0 commit comments