Registry / utility / fdk-aac

fdk-aac

JSON →
library2.0.3vcpkgunverified

A standalone Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android, with optional HE-AAC support.

vcpkg install fdk-aac
INSTALL
IMPORT
SIG · FDK-AAC
F
fdk-aac
utilitycppv2.0.3
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.

fdk-aac/aacdecoder_lib.h
#include <fdk-aac/aacdecoder_lib.h>

Open and close an AAC decoder

#include <fdk-aac/aacdecoder_lib.h> #include <cstdio> int main() { HANDLE_AACDECODER dec = aacDecoder_Open(TT_MP4_ADTS, 1); if (dec) { printf("AAC decoder opened successfully\n"); aacDecoder_Close(dec); } return 0; }
Debug
Known issues
gotchaThe default build disables HE-AAC, HE-AACv2, and xHE-AAC to avoid patent licensing issues.
fix
Enable the 'he-aac' feature in vcpkg if you need those codecs and accept the licensing implications.
affects: *
Upgrade
Version history
2.0.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

fdk-aac — pip install fdk-aac · libregistry