cubeb

Cross-platform audio I/O library with minimal dependencies

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform audio library

Commands

cubeb

Examples

Link cubeb library in a C/C++ project for audio playback$ gcc -o audio_app main.c $(pkg-config --cflags --libs cubeb)
Check cubeb version and available backends$ pkg-config --modversion cubeb
Include cubeb headers in CMake project$ find /usr/local/opt/cubeb -name '*.h' -type f