Windows and backport
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.