Skip to content

wasapi: Fix possible deadlock while downwards state change

IAudioClient::Stop() doesn't seem to wake up the event handle, then read() or write() could be blocked forever by WaitForSingleObject.

cc: @nirbheek

Edited by Tim-Philipp Müller

Merge request reports