Skip to content

Windows and backport

Julien Wadel requested to merge fix/backport_master_jul into master

Windows: Remove deprecated DirectShow filters (MSDrawDibDisplay, MSDsCap, MSV4w, MSVfw) MSWasapi: Fix unworking device after reactivating AudioClient.

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 processing.

Merge request reports