WASAPI: Add some overrun detection for ma_device_type_capture.
This is derived from the ma_device_type_duplex case. It basically detects a possible overrun and drops some periods. The idea is to prevent the buffer from indefinitely straddling the end of the buffer and causing persistent glitching. Public issue https://github.com/dr-soft/miniaudio/issues/81
Showing
Please register or sign in to comment