{"id":32160976,"url":"https://github.com/sheyll/mediabus-fdk-aac","last_synced_at":"2026-06-04T17:31:01.092Z","repository":{"id":56846784,"uuid":"83512215","full_name":"sheyll/mediabus-fdk-aac","owner":"sheyll","description":"Mediabus plugin for the Frauenhofer ISO-14496-3 AAC FDK","archived":false,"fork":false,"pushed_at":"2023-01-29T19:59:41.000Z","size":90,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T13:48:28.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sheyll.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-01T04:40:40.000Z","updated_at":"2023-01-29T19:59:40.000Z","dependencies_parsed_at":"2023-02-16T01:01:05.388Z","dependency_job_id":null,"html_url":"https://github.com/sheyll/mediabus-fdk-aac","commit_stats":null,"previous_names":["lindenbaum/mediabus-fdk-aac"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/sheyll/mediabus-fdk-aac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheyll%2Fmediabus-fdk-aac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheyll%2Fmediabus-fdk-aac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheyll%2Fmediabus-fdk-aac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheyll%2Fmediabus-fdk-aac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheyll","download_url":"https://codeload.github.com/sheyll/mediabus-fdk-aac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheyll%2Fmediabus-fdk-aac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280272336,"owners_count":26302260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-21T13:48:42.361Z","updated_at":"2025-10-21T13:48:47.127Z","avatar_url":"https://github.com/sheyll.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frauenhofer ISO-14496-3 AAC FDK [mediabus](https://github.com/sheyll/mediabus) Integration\n\n[![Hackage](https://img.shields.io/hackage/v/mediabus-fdk-aac.svg)](http://hackage.haskell.org/package/mediabus-fdk-aac)\n\nA wrapper around the Frauenhofer Development Kit (FDK) for AAC.\n\nCurrently only encoding is supported.\n\nThis library requires that this C-library including the header files is\ninstalled and can by queried via `pkg-config`.\n\n\n## Usage Example\n\nThe easiest way to use this package is via the `Conduit` interface.\nAn example is found in [examples/Main.hs](http://github.com/lindenbaum/mediabus-fdk-aac/blob/master/examples/Main.hs).\n\nEncoding via the conduit interface basically boils down to:\n\n\n```haskell\n\n     .| encodeLinearToAacC (aacEncoderConfig aacHe48KhzStereo)\n\n```\n\nIn this specific case `encodeLinearToAacC` has the type:\n\n\n```haskell\n\nencodeLinearToAacC ::\n     AacEncoderConfig (Hz 48000) Stereo 'HighEfficiency   -- The encoder cofiguration\n  -\u003e Conduit                                              -- The resulting Conduit\n          (Stream SrcId32                                      -- Input: The Stream id is a 'SrcId32'\n                  SeqNum16                                     --   16 bit frame sequence numbers\n                  (Ticks64 (Hz 48000))                         --   64 bit frame timestamps at 48kHz sample rate\n                  ()                                           --   no stream-info for raw audio\n                  (Audio (Hz 48000) Stereo (Raw S16)))         --   linear signed 16bit stereo audio data\n\n          (ResourceT (LoggingT IO))                            -- Monad: Logging and Resource management over IO\n\n          (Stream SrcId32                                             -- Output:\n                  SeqNum64\n                  (Ticks64 (Hz 48000))\n                  (AacEncoderInfo (Hz 48000) Stereo 'HighEfficiency)  -- AAC Stream Info: Framelength and Audio Specific Config\n                  (Audio (Hz 48000) Stereo (Aac 'HighEfficiency)))    -- AAC-HE audio data\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheyll%2Fmediabus-fdk-aac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheyll%2Fmediabus-fdk-aac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheyll%2Fmediabus-fdk-aac/lists"}