openal-soft

OpenAL Soft: Open Audio Library implementation for 3D spatial audio

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the OpenAL 3D audio API

Commands

openal-soft

Examples

Check OpenAL Soft installation and version info$ pkg-config --modversion openal
Verify OpenAL library is correctly installed$ ls -la /usr/local/opt/openal-soft/lib/
Include OpenAL headers in C/C++ compilation$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs openal)