{"id":38283188,"url":"https://github.com/creytiv/rem","last_synced_at":"2026-01-17T02:00:53.561Z","repository":{"id":43221050,"uuid":"68438164","full_name":"creytiv/rem","owner":"creytiv","description":"Audio and video processing media library","archived":false,"fork":false,"pushed_at":"2022-03-12T13:18:25.000Z","size":239,"stargazers_count":92,"open_issues_count":4,"forks_count":47,"subscribers_count":19,"default_branch":"master","last_synced_at":"2023-08-12T07:26:20.652Z","etag":null,"topics":["audio","libre","video"],"latest_commit_sha":null,"homepage":"http://creytiv.com/rem.html","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/creytiv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-17T07:24:42.000Z","updated_at":"2023-06-29T23:06:37.000Z","dependencies_parsed_at":"2022-09-15T12:40:33.326Z","dependency_job_id":null,"html_url":"https://github.com/creytiv/rem","commit_stats":null,"previous_names":[],"tags_count":6,"template":null,"template_full_name":null,"purl":"pkg:github/creytiv/rem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creytiv%2Frem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creytiv%2Frem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creytiv%2Frem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creytiv%2Frem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creytiv","download_url":"https://codeload.github.com/creytiv/rem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creytiv%2Frem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"online","status_checked_at":"2026-01-17T02:00:07.808Z","response_time":85,"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":["audio","libre","video"],"created_at":"2026-01-17T02:00:31.861Z","updated_at":"2026-01-17T02:00:53.487Z","avatar_url":"https://github.com/creytiv.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"librem README\n=============\n\n\nlibrem is a Audio and video processing media library\nCopyright (C) 2010 - 2019 Creytiv.com\n\n[![Build Status](https://travis-ci.org/creytiv/rem.svg?branch=master)](https://travis-ci.org/creytiv/rem)\n\n\n## Features\n\n* Audio buffer\n* Audio sample format conversion\n* Audio file reader/writer\n* Audio mixer\n* Audio resampler\n* Audio tone generator\n* Audio codec (G.711)\n* DTMF decoder\n* Video mixer\n* Video pixel converter\n* FIR-filter\n\n\n## Building\n\nlibrem is using GNU makefiles, and [libre](https://github.com/creytiv/re)\nmust be installed before building.\n\n\n### Build with default options\n\n```\n$ make\n$ sudo make install\n$ sudo ldconfig\n```\n\n\n## Documentation\n\nThe online documentation generated with doxygen is available in\nthe main [website](http://creytiv.com/doxygen/rem-dox/html/)\n\n\n## License\n\nThe librem project is using the BSD license.\n\n\n## Contributing\n\nPatches can sent via Github\n[Pull-Requests](https://github.com/creytiv/rem/pulls) or to the RE devel\n[mailing-list](http://lists.creytiv.com/mailman/listinfo/re-devel).\nCurrently we only accept small patches.\nPlease send private feedback to libre [at] creytiv.com\n\n\n## Modules\n```\nAudio Modules:\n\n  name:     status:       description:\n\n* aac       unstable      Advanced Audio Coding (AAC)\n* au        testing       Base audio types\n* aubuf     testing       Audio buffer\n* auconv    unstable      Audio sample format conversion\n* aufile    testing       Audio file reader/writer\n* aumix     unstable      Audio mixer\n* auresamp  unstable      Audio resampler\n* autone    testing       Tone/DTMF generator\n* dtmf      unstable      DTMF decoder\n* g711      stable        G.711 audio codec\n\n\n\n\nVideo Modules:\n\n  name:     status:       description:\n\n* avc       unstable      Advanced Video Coding (AVC)\n* h264      unstable      H.264 header parser\n* vid       testing       Base video types\n* vidconv   testing       Colorspace conversion and scaling\n* vidmix    unstable      Video mixer\n\n\n\n\nGeneric modules:\n\n* dsp       testing       DSP routines\n* flv       unstable      Flash Video File Format\n* fir       unstable      FIR (Finite Impulse Response) filter\n* goertzel  unstable      Goertzel Algorithm\n```\n\n\n\n\n## Specifications:\n\n* ITU-T G.711 Appendix I and Appendix II\n\n\n## Supported platforms\n\nSame as [libre](https://github.com/creytiv/re)\n\n\n## Related projects\n\n* [libre](https://github.com/creytiv/re)\n* [retest](https://github.com/creytiv/retest)\n* [baresip](https://github.com/alfredh/baresip)\n\n\n\n## References\n\nhttp://creytiv.com/rem.html\n\nhttps://github.com/creytiv/rem\n\nhttp://lists.creytiv.com/mailman/listinfo/re-devel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreytiv%2Frem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreytiv%2Frem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreytiv%2Frem/lists"}