Fixed playptmod playing channels out of phase with each other

CQTexperiment
Chris Moeller 2015-01-10 23:28:41 -08:00
parent 1950124506
commit 32f5ceb212
1 changed files with 3 additions and 0 deletions

View File

@ -471,6 +471,9 @@ static void mixerSetChSource(player *p, int ch, const signed char *src, int leng
v->step = step;
v->interpolating = 1;
resampler_clear(p->blep[ch]);
resampler_clear(p->blepVol[ch]);
// Check external 9xx usage (Set Sample Offset)
if (v->loopFlag)
{