{"id":26522485,"url":"https://github.com/parlance-zz/flacpy","last_synced_at":"2026-05-06T21:38:33.425Z","repository":{"id":283110993,"uuid":"950277384","full_name":"parlance-zz/flacpy","owner":"parlance-zz","description":"Efficient FLAC file i/o for Python","archived":false,"fork":false,"pushed_at":"2025-03-18T16:39:56.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T16:41:51.346Z","etag":null,"topics":["flac","flac-files","python","python3"],"latest_commit_sha":null,"homepage":"","language":"C++","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/parlance-zz.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":"2025-03-17T23:03:05.000Z","updated_at":"2025-03-18T16:39:59.000Z","dependencies_parsed_at":"2025-03-18T16:51:54.473Z","dependency_job_id":null,"html_url":"https://github.com/parlance-zz/flacpy","commit_stats":null,"previous_names":["parlance-zz/flacpy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parlance-zz%2Fflacpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parlance-zz%2Fflacpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parlance-zz%2Fflacpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parlance-zz%2Fflacpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parlance-zz","download_url":"https://codeload.github.com/parlance-zz/flacpy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244805191,"owners_count":20513235,"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","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":["flac","flac-files","python","python3"],"created_at":"2025-03-21T13:27:10.516Z","updated_at":"2026-05-06T21:38:28.405Z","avatar_url":"https://github.com/parlance-zz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FLACPy\n\nFLACPy is a high-performance Python extension for handling FLAC (Free Lossless Audio Codec) file operations. This library is intended to resolve some of the shortcomings of existing popular libraries w.r.t. performance and metadata.\n\n## Features\n\n- Fastest possible FLAC file encoding and decoding with [libFLAC](https://github.com/xiph/flac). If loading using a start offset and length the library will only read and decode the required portion of the file.\n- Arbitrary metadata can be read/written when loading/saving without redundant file i/o.\n- Audio data uses [NumPy](https://github.com/numpy/numpy) arrays and metadata uses Python dicts.\n- Save FLAC files with a specified bit depth and compression level\n- Save FLAC files with seektables for fast loading when using a start offset and length.\n\n## Installation\n\nTo install FLACPy, you can use pip:\n\n```\npip install flacpy\n```\n\nMake sure you have the required dependencies installed, including NumPy and the FLAC libraries.\n\n## Usage\n\nHere is a simple example of how to use FLACPy:\n\n```python\nimport flacpy\n\n# Example usage of FLACPy functions\n```\n\nFor more detailed usage, please refer to the `examples/basic_usage.py` file.\n\n## Testing\n\nTo run the tests for FLACPy, navigate to the `tests` directory and execute:\n\n```\npytest test_flacpy.py\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Contributors\n[parlance-zz](https://github.com/parlance-zz)\n\nFeel free to reach out for any questions or contributions!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparlance-zz%2Fflacpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparlance-zz%2Fflacpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparlance-zz%2Fflacpy/lists"}