diff --git a/src/dusk/audio/DuskDsp.cpp b/src/dusk/audio/DuskDsp.cpp index 9c58d8de59..bbcf4e94fd 100644 --- a/src/dusk/audio/DuskDsp.cpp +++ b/src/dusk/audio/DuskDsp.cpp @@ -130,8 +130,9 @@ void dusk::audio::DspRender(OutputSubframe& subframe) { continue; } - if (channel.mBytesPerBlock == 0) { + if (channel.mWaveAramAddress == 0) { // I think these are oscillator channels? Not backed by audio. + // No idea how to implement these yet, so skip them. channel.mIsFinished = true; continue; }