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

X3DAudio APIs missing #2045

Open
morganbr opened this issue Jan 15, 2025 · 1 comment
Open

X3DAudio APIs missing #2045

morganbr opened this issue Jan 15, 2025 · 1 comment
Labels
bug Something isn't working missing api Some documented API is missing from the metadata

Comments

@morganbr
Copy link

The following functions and structs from X3Daudio.h (https://learn.microsoft.com/en-us/windows/win32/api/x3daudio/) are missing. I'm working on a gaming-focused projection where these would be helpful.

Functions:
X3DAudioInitialize
X3DAudioCalculate

Structs:
X3DAUDIO_CONE
X3DAUDIO_DISTANCE_CURVE
X3DAUDIO_DISTANCE_CURVE_POINT
X3DAUDIO_DSP_SETTINGS
X3DAUDIO_EMITTER
X3DAUDIO_LISTENER

@riverar riverar added bug Something isn't working missing api Some documented API is missing from the metadata labels Jan 15, 2025
@riverar
Copy link
Collaborator

riverar commented Jan 15, 2025

Will investigate; metadata is set up to scan X3DAudio but it's missing for some reason. (It also points to XAudio2_8.dll and not XAudio2_9.dll per the import libs, which will also need to be corrected.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working missing api Some documented API is missing from the metadata
Projects
None yet
Development

No branches or pull requests

2 participants