Quote:I was hoping for developers to implement 'WASAPI Exclusive' which is a Low-Latency Audio API which may help a lot.
RAMA's SPU2-X Plugin for PCSX2 as implemented 'WASAPI' and it does reduce Audio Latency and improve audio quality
The problem is that when vps drops below 100% the audio stalls because it runs syncronous with the frame rate. Lower latency audio will be nice, but this problem has nothing to do with the audio latency. What happens is that the buffer runs out before the next frame is available. So there is break in the audio stream. Yoir options are to run at 100% vps or use some sort of sound stretching.
