Registry / other / opusfile

opusfile

JSON →
library0.12+20221121vcpkgunverified

Stand-alone decoder library for .opus streams

vcpkg install opusfile
INSTALL
IMPORT
SIG · OPUSFILE
O
opusfile
othercppv0.12+20221121
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.

opusfile.h
#include <opusfile.h>

Open and check an Opus audio file

#include <opusfile.h> #include <stdio.h> int main() { int err; OggOpusFile *of = op_open_file("test.opus", &err); if (of) { printf("Opened Opus file successfully\n"); op_free(of); } return 0; }
Debug
Known issues
gotchaRequires linking against libopus and libogg
fix
Ensure opus and ogg are also linked via find_package and target_link_libraries
affects: *
Upgrade
Version history
0.12+20221121latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

opusfile — pip install opusfile · libregistry