2021 R1 and VideoOS.DirectXMW.DirectSound.dll

We noticed that VideoOS.DirectXMW.DirectSound.dll is no longer deployed with XProtect 2021 R1 binaries in:

[C:\Program](file:C:/Program) Files\Milestone\XProtect Smart Client\bin

Is this intended? Should we ship this DLL with the plugin and deploy it with the plugin binaries?

We have an announcement here in this link, please see “MIPSDK General” in the page -

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/mip2019r1_intro.html&tree=tree_home.html

Big thanks, we seemed to have missed that. We found out that the problems was related to that we used AudioRecorder in one integration to send audio to devices. The problem was resolved by using ClientControl.Instance.GeneratePcAudioRecorder() instead. Hope this was the correct approach.

Yes, it looks like this was a good approach. Thank you for sharing it.