Registry / other / xaudio2redist

xaudio2redist

JSON →
library1.2.13vcpkgunverified

Redistributable version of XAudio 2.9 for Windows 7 SP1 or later

vcpkg install xaudio2redist
INSTALL
IMPORT
SIG · XAUDIO2REDIST
X
xaudio2redist
othercppv1.2.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xaudio2.h
#include <xaudio2.h>

Initialize XAudio2

#include <xaudio2.h> #include <iostream> int main() { IXAudio2* pXAudio2 = nullptr; HRESULT hr = XAudio2Create(&pXAudio2, 0, XAUDIO2_DEFAULT_PROCESSOR); if (SUCCEEDED(hr)) { std::cout << "XAudio2 created successfully" << std::endl; pXAudio2->Release(); } return 0; }
Debug
Known issues
gotchaRequires Windows 7 SP1 or later
fix
Ensure target system meets minimum OS requirement
affects: all
Upgrade
Version history
1.2.13latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources

No resource links recorded.

xaudio2redist — pip install xaudio2redist · libregistry