PCM DAC: fix mixing

This commit is contained in:
tildearrow 2025-11-18 15:40:53 -05:00
parent 5032394507
commit bdd916a4c7

View file

@ -49,6 +49,7 @@ void DivPlatformPCMDAC::acquire(short** buf, size_t len) {
outSum[1]=0;
for (int i=0; i<chans; i++) {
output=0;
if (!chan[i].active) {
oscBuf[i].putSample(h,0);
continue;