Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IXAudio2::Initialize doesn't exist anymore? #1

Open
asm128 opened this issue Oct 3, 2018 · 0 comments
Open

IXAudio2::Initialize doesn't exist anymore? #1

asm128 opened this issue Oct 3, 2018 · 0 comments

Comments

@asm128
Copy link

asm128 commented Oct 3, 2018

Hi! I've download the project but when trying to build on windows it says that there is no method IXAudio2::Initialize(), then I've found this:

The DirectX SDK versions of XAUDIO2 included three member functions that are not present in the Windows 8 version: GetDeviceCount, GetDeviceDetails, and Initialize. These enumeration methods are no longer provided and standard Windows Audio APIs should be used for device enumeration instead.

Maybe we should include conditional code for Windows 7 and otherwise use the latest api with XAudio2Create()? I believe using the helper function was avoided in case the dll was missing but maybe in most recent Windows such dll is always included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant