issues
search
microsoft
/
DirectXTK
The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.57k
stars
510
forks
source link
March 30, 2023
#372
Closed
walbourn
closed
1 year ago
walbourn
commented
1 year ago
DirectX Tool Kit for Audio
updates
Reworked audio device enumeration for XAudio 2.9 to use MMDeviceEnumerator rather than Windows Runtime APIs
GetOutputFormat
now reports sample rate and bit-depth from the audio device properties
New method
GetOutputSampleRate
added to return the input sample rate of the mastering voice
Resume
now handles device failure by switching to silent mode
CMake project updates
Retired VS 2017 legacy Xbox One XDK projects
xwbtool: Updated to support Windows or UNIX-style path separators
GetOutputFormat
now reports sample rate and bit-depth from the audio device propertiesGetOutputSampleRate
added to return the input sample rate of the mastering voiceResume
now handles device failure by switching to silent mode