https://github.com/hexops/mach-flac
FLAC audio decoding and encoding for Zig via the battle-hardened xiph.org libflac
https://github.com/hexops/mach-flac
Last synced: 9 months ago
JSON representation
FLAC audio decoding and encoding for Zig via the battle-hardened xiph.org libflac
- Host: GitHub
- URL: https://github.com/hexops/mach-flac
- Owner: hexops
- License: other
- Created: 2023-07-28T05:01:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T05:28:27.000Z (about 1 year ago)
- Last Synced: 2025-07-10T23:48:06.515Z (9 months ago)
- Language: Zig
- Homepage: https://machengine.org/pkg/mach-flac
- Size: 176 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
FLAC audio decoding and encoding for Zig via the battle-hardened xiph.org libflac
## Experimental
This is an **experimental** project according to [our stability guarantees](https://machengine.org/about/stability):
> When a project has an experimental warning, it means all bets are off. You should carefully read the warning to understand why the project is experimental, and assume the worst.
**Tracking issue:** https://github.com/hexops/mach/issues/959
## Features
* Zero-fuss installation, cross-compilation at the flip of switch.
* Encoding & decoding support
## Documentation
[machengine.org/pkg/mach-flac](https://machengine.org/pkg/mach-flac)
## Join the community
Join the [Mach community on Discord](https://discord.gg/XNG3NZgCqp) to discuss this project, ask questions, get help, etc.
## Issues
Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Aflac).