should only work on processors with AVX2 (4th generation core processor (haswells) or higher) and windows 10.
this will allow it to access XAudio2_9.dll rather than the XAudio2.7(windows 7) or 2.8(windows 8)
actually i just found there is a redistributable version of xaudio2.9 for windows7 and 8. There's no excuse to be still compiling to xaudio2.7.
https://docs.microsoft.com/en-us/windows...tributable
"A version of XAudio 2.9 is available as a NuGet package. Developers can redistribute this version of XAudio 2.9 with their apps. This allows an app to use XAudio 2.9 on older versions of Windows that do no not include XAudio 2.9 as part of the operating system image. Use of this redistributable is preferred over redistributing XAudio 2.7 from the DirectX SDK, as XAudio 2.7 has not been updated since 2010."
this will allow it to access XAudio2_9.dll rather than the XAudio2.7(windows 7) or 2.8(windows 8)
actually i just found there is a redistributable version of xaudio2.9 for windows7 and 8. There's no excuse to be still compiling to xaudio2.7.
https://docs.microsoft.com/en-us/windows...tributable
"A version of XAudio 2.9 is available as a NuGet package. Developers can redistribute this version of XAudio 2.9 with their apps. This allows an app to use XAudio 2.9 on older versions of Windows that do no not include XAudio 2.9 as part of the operating system image. Use of this redistributable is preferred over redistributing XAudio 2.7 from the DirectX SDK, as XAudio 2.7 has not been updated since 2010."