earliest implementation of sync

does not loop correctly
This commit is contained in:
tildearrow 2025-10-27 19:34:21 -05:00
parent 7a7a871198
commit 394c6c35aa
6 changed files with 70 additions and 4 deletions

View file

@ -3246,7 +3246,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
}
filePlayerBufLen=size;
}
if (curFilePlayer!=NULL) {
if (curFilePlayer!=NULL && !exporting) {
curFilePlayer->mix(filePlayerBuf,outChans,size);
} else {
for (int i=0; i<DIV_MAX_OUTPUTS; i++) {