Registry / other / steam-audio

steam-audio

JSON →
library4.8.1vcpkgunverified

Valve's steam audio library

vcpkg install steam-audio
INSTALL
IMPORT
SIG · STEAM-AUDIO
S
steam-audio
othercppv4.8.1
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.

phonon.h
#include <phonon.h>

Create and release a Steam Audio context

#include <phonon.h> #include <iostream> int main() { IPLContextSettings contextSettings{}; IPLContext context = nullptr; iplContextCreate(&contextSettings, &context); if (context) { std::cout << "Steam Audio context created" << std::endl; iplContextRelease(&context); } return 0; }
Debug
Known issues
gotchaRequires platform-specific audio backends and may have licensing restrictions.
fix
Ensure you have the appropriate audio SDK (e.g., OpenAL, WASAPI) and review Valve's license.
affects: *
Upgrade
Version history
4.8.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

steam-audio — pip install steam-audio · libregistry