{"id":20324342,"url":"https://github.com/oniani/wavepcm","last_synced_at":"2026-06-01T06:31:39.116Z","repository":{"id":112156815,"uuid":"409055018","full_name":"oniani/wavepcm","owner":"oniani","description":"Fast WAVE PCM file format encoder and decoder","archived":false,"fork":false,"pushed_at":"2021-11-01T08:19:32.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-30T03:09:06.211Z","etag":null,"topics":["pcm","rust","wav","wave"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/oniani.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":"2021-09-22T03:43:03.000Z","updated_at":"2023-03-06T07:55:34.000Z","dependencies_parsed_at":"2023-08-01T07:15:33.422Z","dependency_job_id":null,"html_url":"https://github.com/oniani/wavepcm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oniani/wavepcm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fwavepcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fwavepcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fwavepcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fwavepcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oniani","download_url":"https://codeload.github.com/oniani/wavepcm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fwavepcm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33763648,"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-06-01T02:00:06.963Z","response_time":115,"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":["pcm","rust","wav","wave"],"created_at":"2024-11-14T19:33:38.861Z","updated_at":"2026-06-01T06:31:39.095Z","avatar_url":"https://github.com/oniani.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wavepcm\n\nFast WAVE PCM file format encoder and decoder in pure Rust.\n\n## API\n\nBelow find an example usage of the library:\n\n```rust\nuse wavepcm::Format;\n\nfn main() -\u003e Result\u003c(), anyhow::Error\u003e {\n    let decoding = Format::decode(\"sample.wav\")?;\n    decoding.check()?;\n    decoding.info()?;\n\n    let encoding = Format::encode(decoding.data, 2, 44_100, 32)?;\n    encoding.check()?;\n    encoding.info()?;\n    encoding.write(\"sample_new.wav\")?;\n\n    Ok(())\n}\n```\n\n## References\n\n- [WAV](https://en.wikipedia.org/wiki/WAV)\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foniani%2Fwavepcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foniani%2Fwavepcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foniani%2Fwavepcm/lists"}