{"id":31234200,"url":"https://github.com/majigsaw77/hxdr_libs","last_synced_at":"2026-07-11T03:31:18.650Z","repository":{"id":305405065,"uuid":"1022795342","full_name":"MAJigsaw77/hxdr_libs","owner":"MAJigsaw77","description":"A Haxe/Lime library for @:native audio decoding using dr_libs.","archived":false,"fork":false,"pushed_at":"2025-07-19T21:11:19.000Z","size":61523,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T17:09:09.699Z","etag":null,"topics":["audio","cpp","haxe","lime"],"latest_commit_sha":null,"homepage":"","language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MAJigsaw77.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,"zenodo":null}},"created_at":"2025-07-19T21:01:51.000Z","updated_at":"2025-07-20T12:04:19.000Z","dependencies_parsed_at":"2025-07-20T00:05:07.659Z","dependency_job_id":null,"html_url":"https://github.com/MAJigsaw77/hxdr_libs","commit_stats":null,"previous_names":["majigsaw77/hxdr_libs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MAJigsaw77/hxdr_libs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAJigsaw77%2Fhxdr_libs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAJigsaw77%2Fhxdr_libs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAJigsaw77%2Fhxdr_libs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAJigsaw77%2Fhxdr_libs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MAJigsaw77","download_url":"https://codeload.github.com/MAJigsaw77/hxdr_libs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAJigsaw77%2Fhxdr_libs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35350133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"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","cpp","haxe","lime"],"created_at":"2025-09-22T13:31:47.637Z","updated_at":"2026-07-11T03:31:18.639Z","avatar_url":"https://github.com/MAJigsaw77.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hxdr_libs\n\n![](https://img.shields.io/github/repo-size/MAJigsaw77/hxdr_libs) ![](https://badgen.net/github/open-issues/MAJigsaw77/hxdr_libs) ![](https://badgen.net/badge/license/MIT/green)\n\nA Haxe/[Lime](https://lime.openfl.org) library for @:native audio decoding using [dr_libs](https://github.com/mackron/dr_libs).\n\n\u003e [!WARNING]\n\u003e **Hashlink or Neko are not supported**\n\n### Installation\n\nYou can install it through `Haxelib`.\n\n```bash\nhaxelib install hxdr_libs\n```\nOr through `Git`, if you want the latest updates\n```bash\nhaxelib git hxdr_libs https://github.com/MAJigsaw77/hxdr_libs.git\n```\n\n### Basic Usage Example\n\n#### Flac Decoding\n```haxe\nimport hxdr_libs.Flac;\n\nimport lime.media.AudioSource;\n\nfinal again:AudioSource = new AudioSource(Flac.fromFile(\"assets/AGAIN.flac\"));\nagain.play();\n```\n\n#### Mp3 Decoding\n```haxe\nimport hxdr_libs.Mp3;\n\nimport lime.media.AudioSource;\n\nfinal complex:AudioSource = new AudioSource(Mp3.fromFile(\"assets/COMPLEX.mp3\"));\ncomplex.play();\n```\n\n#### Wav Decoding\n```haxe\nimport hxdr_libs.Wav;\n\nimport lime.media.AudioSource;\n\nfinal nextToYou:AudioSource = new AudioSource(Wav.fromFile(\"assets/NEXT TO YOU.wav\"));\nnextToYou.play();\n```\n\n### Licensing\n\n**hxdr_libs** is made available under the **MIT License**. See [LICENSE](./LICENSE) for details.\n\n**dr_libs** is made available under either **public domain (Unlicense)** or **MIT No Attribution**. Check [dr_libs's LICENSE](https://github.com/mackron/dr_libs/blob/master/LICENSE) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajigsaw77%2Fhxdr_libs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmajigsaw77%2Fhxdr_libs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajigsaw77%2Fhxdr_libs/lists"}