{"id":62192,"library":"fdk-aac","title":"FDK-AAC","description":"A standalone Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android, with optional HE-AAC support.","status":"active","version":"2.0.3","language":"cpp","source_language":null,"source_url":null,"tags":["audio","codec","aac","android","patent"],"install":[{"cmd":"vcpkg install fdk-aac","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(fdk_aac CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE fdk-aac::fdk-aac)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"fdk-aac/aacdecoder_lib.h","correct":"#include <fdk-aac/aacdecoder_lib.h>"}],"quickstart":{"code":"#include <fdk-aac/aacdecoder_lib.h>\n#include <cstdio>\n\nint main() {\n    HANDLE_AACDECODER dec = aacDecoder_Open(TT_MP4_ADTS, 1);\n    if (dec) {\n        printf(\"AAC decoder opened successfully\\n\");\n        aacDecoder_Close(dec);\n    }\n    return 0;\n}","lang":"cpp","description":"Open and close an AAC decoder"},"warnings":[{"fix":"Enable the 'he-aac' feature in vcpkg if you need those codecs and accept the licensing implications.","message":"The default build disables HE-AAC, HE-AACv2, and xHE-AAC to avoid patent licensing issues.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'aac':3,15,24,28 'android':19,29 'audio':26 'codec':16,27 'fdk':2,14 'fdk-aac':1 'fraunhof':13 'he-aac':22 'librari':17 'modifi':9 'option':21 'parti':8 'patent':30 'standalon':5 'support':25 'third':7 'third-parti':6 'version':10","created_at":"2026-06-17T05:20:00.995352+00:00","updated_at":"2026-06-17T05:20:00.995352+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}