microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.49k stars 396 forks source link

DirectX Tool Kit for Audio fix for failing Resume #160

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

The Resume method threw a C++ exception if the XAudio2 StartEngine failed. It should switch to silent mode if it fails.

In addition, I added handling for the required audio device being 'locked' by exclusive mode ownership.

walbourn commented 1 year ago

Fix from DX11 per this issue.