microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

Home Page:https://walbourn.github.io/directxtk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not able to make audio work in directx11.1 and windows 10

ssshammi opened this issue · comments

hi i am using windows 2015 desktop sdk. the audio is not playing in windows 10. do i need to enable a flag. or #ifdef DXTK_AUDIO? Please help

It sounds like you may be looking at and older version of the DirectXTK Simple Sample. The latest one is on GitHub

@walbourn thank you it works with the older version as well and just the flag needed to be defined DXTK_AUDIO. I am working on the older one as this in the one I worked on during my lab work. Also I am looking to implement animation some models come with animation and rigged. So wanted to know if we have any learning resources for that. Or examples. Thanks a tone. I have to complete my coursework before Christmas.