Registry / networking / bcg729

bcg729

JSON →
library1.1.1vcpkgunverified

Bcg729 is an open source implementation of the ITU G.729 Annex A and B codec.

vcpkg install bcg729
INSTALL
IMPORT
SIG · BCG729
B
bcg729
networkingcppv1.1.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.

bcg729/decoder.h
#include <bcg729/decoder.h>

Initialize G.729 decoder and decode a frame

#include <bcg729/decoder.h> #include <cstdint> int main() { bcg729DecoderChannelContextStruct* ctx = initBcg729DecoderChannel(); uint8_t bitstream[10]; int16_t pcm[80]; bcg729Decoder(ctx, bitstream, 10, pcm); closeBcg729DecoderChannel(ctx); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources

No resource links recorded.

bcg729 — pip install bcg729 · libregistry