Registry / other / cubeb
library2023-09-26vcpkgunverified

Cross platform audio library.

vcpkg install cubeb
INSTALL
IMPORT
SIG · CUBEB
C
cubeb
othercppv2023-09-26
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.

cubeb/cubeb.h
#include <cubeb/cubeb.h>

Initialize and destroy a cubeb audio context

#include <cubeb/cubeb.h> #include <iostream> int main() { cubeb* ctx; cubeb_init(&ctx, "test", nullptr); std::cout << "cubeb initialized\n"; cubeb_destroy(ctx); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2023-09-26latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources

No resource links recorded.

cubeb — pip install cubeb · libregistry