Registry / other / openal-soft

openal-soft

JSON →
library1.25.1vcpkgunverified

OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.

vcpkg install openal-soft
INSTALL
IMPORT
SIG · OPENAL-SOFT
O
openal-soft
othercppv1.25.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.

AL/al.h
#include <AL/al.h>

Initialize OpenAL device and context

#include <AL/al.h> #include <AL/alc.h> int main() { ALCdevice *device = alcOpenDevice(nullptr); ALCcontext *context = alcCreateContext(device, nullptr); alcMakeContextCurrent(context); // ... audio operations ... alcDestroyContext(context); alcCloseDevice(device); return 0; }
Debug
Known issues
gotchaOpenAL Soft may require runtime audio backend configuration (e.g., ALSA, PulseAudio) on Linux.
fix
Ensure appropriate audio system libraries are installed and configured.
affects: *
Upgrade
Version history
1.25.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.

openal-soft — pip install openal-soft · libregistry