Registry / other / libopusenc

libopusenc

JSON →
library0.2.1vcpkgunverified

Library for encoding .opus audio files and live streams.

vcpkg install libopusenc
INSTALL
IMPORT
SIG · LIBOPUSENC
L
libopusenc
othercppv0.2.1
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.

opus/opusenc.h
#include <opus/opusenc.h>

Creates an Opus encoder for writing .opus files.

#include <opus/opusenc.h> #include <iostream> int main() { OggOpusEnc *encoder = ope_encoder_create_file("output.opus", NULL, 0, NULL, NULL); if (encoder) { std::cout << "Opus encoder created" << std::endl; ope_encoder_destroy(encoder); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libopusenc — pip install libopusenc · libregistry