{"id":20662623,"url":"https://github.com/system233/aac-lib","last_synced_at":"2026-04-21T19:35:21.066Z","repository":{"id":138295802,"uuid":"478422316","full_name":"System233/aac-lib","owner":"System233","description":"c++ library of fdk-aac","archived":false,"fork":false,"pushed_at":"2022-04-25T05:55:48.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-09T04:22:49.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/System233.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-06T05:55:45.000Z","updated_at":"2023-06-14T10:34:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae9813ba-80c9-497b-9167-69034ff7f3c8","html_url":"https://github.com/System233/aac-lib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/System233/aac-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Faac-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Faac-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Faac-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Faac-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/System233","download_url":"https://codeload.github.com/System233/aac-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Faac-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32106784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T19:14:47.559Z","updated_at":"2026-04-21T19:35:21.037Z","avatar_url":"https://github.com/System233.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aac-lib\n\nA simple c++ library for fdk-aac.\n\n\n## API\n```cpp\nclass ICodec{\npublic:\n    virtual CodecOption const\u0026info()const=0;\n    virtual size_t write(void const*data,size_t len)=0;\n    virtual size_t read(void*data,size_t len)=0;\n    virtual ~ICodec(){};\n};\nstd::unique_ptr\u003cICodec\u003e createAACEncoder(CodecOption const\u0026option);\nstd::unique_ptr\u003cICodec\u003e createAACDecoder(TransportType transportType);\n```\n\n## Usage\n```cpp\n\nauto encoder=createAACEncoder();\nauto writtenPCMSize=encoder-\u003ewrite(pcmBuffer,pcmBufferSize);\nauto encodedAACSize=encoder-\u003eread(buffer,bufferSize);\n\nauto decoder=createAACDecoder();\ndecoder-\u003ewrite(buffer,encodedAACSize);//the buffer must remain valid until read!\nauto decodedPCMSize=decoder-\u003eread(pcmBuffer,pcmBufferSize);\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem233%2Faac-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystem233%2Faac-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem233%2Faac-lib/lists"}