Registry / other / freealut

freealut

JSON →
library1.1.0vcpkgunverified

FreeALUT is a free implementation of OpenAL's ALUT standard. ALUT is a set of portable functions which remove the annoying details of getting an audio application started.

vcpkg install freealut
INSTALL
IMPORT
SIG · FREEALUT
F
freealut
othercppv1.1.0
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/alut.h
#include <AL/alut.h>

Initializes OpenAL and creates a hello world audio buffer

#include <AL/alut.h> #include <iostream> int main() { alutInit(nullptr, nullptr); ALuint buffer = alutCreateBufferHelloWorld(); if (buffer != AL_NONE) { std::cout << "Hello world buffer created" << std::endl; } alutExit(); return 0; }
Debug
Known issues
gotchaFreeALUT is not actively maintained and may have compatibility issues with modern OpenAL implementations.
fix
Consider using OpenAL Soft directly or a more modern audio library.
affects: *
Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

freealut — pip install freealut · libregistry