{"id":17762088,"url":"https://github.com/b0ney/xmodits-lib","last_synced_at":"2026-02-03T15:06:19.927Z","repository":{"id":145402662,"uuid":"581177654","full_name":"B0ney/xmodits-lib","owner":"B0ney","description":"xmodits core library, used for xmodits-cli, xmodits-gui and xmodits-py","archived":false,"fork":false,"pushed_at":"2024-11-14T15:16:23.000Z","size":6540,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-20T03:45:00.456Z","etag":null,"topics":["audio","extended-module","impulsetracker","protracker","rust","screamtracker","tracker-music"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/B0ney.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-12-22T13:31:40.000Z","updated_at":"2024-09-04T14:35:39.000Z","dependencies_parsed_at":"2024-03-05T18:46:35.999Z","dependency_job_id":"72cc39cc-67b1-42c1-8ba5-63f6c12fc77b","html_url":"https://github.com/B0ney/xmodits-lib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/B0ney/xmodits-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B0ney%2Fxmodits-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B0ney%2Fxmodits-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B0ney%2Fxmodits-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B0ney%2Fxmodits-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/B0ney","download_url":"https://codeload.github.com/B0ney/xmodits-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B0ney%2Fxmodits-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T14:55:20.264Z","status":"ssl_error","status_checked_at":"2026-02-03T14:55:19.725Z","response_time":96,"last_error":"SSL_read: 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":["audio","extended-module","impulsetracker","protracker","rust","screamtracker","tracker-music"],"created_at":"2024-10-26T19:51:45.948Z","updated_at":"2026-02-03T15:06:17.395Z","avatar_url":"https://github.com/B0ney.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XMODITS Core Library\n\nWork in progress\n\n## Supported Formats\n| Extension | Description |\n| --- | --- |\n| IT | Impulse Tracker |\n| XM | Extended Module | \n| S3M | Scream Tracker 3 |\n| MOD | Amiga ProTracker |\n| MPTM | ModPlug Tracker module (Impulse Tracker) |\n\n## Supported Containers\n| Extension | Description |\n| --- | --- |\n| UMX | Unreal Music Package|\n| PT36 | ProTracker 3.6 project file |\n\n\n## Formats samples can be exported to:\n| Extension | Format |\n| --- | --- |\n| WAV | Microsoft Wave |\n| AIFF | Audio Interchange File Format | \n| IFF (8SVX) | 8-Bit Sampled Voice |\n| ITS | Impulse Tracker 2 Sample |\n| S3I | Scream Tracker 3 Instrument|\n| RAW | Headerless PCM |\n\n\n## API\nSubject to change\n\nExtract a module from a path:\n\n```rust\nuse xmodits_lib::{Ripper, AudioFormat};\n\nlet self_contained_samples = true;\n\nRipper::default()\n    .audio_format(AudioFormat::ITS) // Export samples to the impulse tracker instrument instead of .wav\n    .extract_from_path(\n        \"./module1.xm\", \n        \"~/Downloads/\", \n        self_contained_samples\n    );\n```\n\nLoad a module from a path:\n```rust\nlet module = xmodits_lib::load_from_path(\"./module1.xm\").expect(\"valid module\");\n```\n\n## License\nThe xmodits core library is licensed under the Mozilla Public License 2 (MPLv2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0ney%2Fxmodits-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb0ney%2Fxmodits-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0ney%2Fxmodits-lib/lists"}