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