Registry / other / libflac

libflac

JSON →
library1.5.0vcpkgunverified

Library for manipulating FLAC (Free Lossless Audio Codec) files.

vcpkg install libflac
INSTALL
IMPORT
SIG · LIBFLAC
L
libflac
othercppv1.5.0
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.

FLAC/stream_decoder.h
#include <FLAC/stream_decoder.h>

Create and destroy a FLAC stream decoder.

#include <FLAC/stream_decoder.h> #include <iostream> int main() { FLAC__StreamDecoder *decoder = FLAC__stream_decoder_new(); if (decoder) { std::cout << "FLAC decoder created" << std::endl; FLAC__stream_decoder_delete(decoder); } return 0; }
Debug
Known issues
gotchaLibrary is C-based; C++ wrappers may be needed for RAII.
fix
Use smart pointers with custom deleters or wrap in a C++ class.
affects: all
Upgrade
Version history
1.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libflac — pip install libflac · libregistry