Skip to content

MSWasapi: Fix unworking device after reactivating AudioClient.

Julien Wadel requested to merge fix/wasapi_restart into release/5.4

Cause: Any fail from Initialize() lead to break other API calls. Solution: if already initialize then destroy the AudioClient and create a new one. Also protect process thread from pre/post precessing.

Merge request reports