AudioBufferManager(I2s, PWMAudio, ADCInput) clicking fix (#1500)
The ABM had an off-by-one error in the DMA buffer swapover. Instead of setting the DMA address to the newly added buffer in active[], it set it to the buffer that was currently running. This would effectively disable the ping-pong and cause clicks/lost data. Fixes #1491
Showing
Please register or sign in to comment