https://github.com/hexops/opusenc
A fork of libopusenc packaged for the Zig build system
https://github.com/hexops/opusenc
Last synced: 7 days ago
JSON representation
A fork of libopusenc packaged for the Zig build system
- Host: GitHub
- URL: https://github.com/hexops/opusenc
- Owner: hexops
- License: bsd-3-clause
- Created: 2023-11-15T18:19:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T23:50:43.000Z (about 1 year ago)
- Last Synced: 2025-10-21T21:49:08.060Z (4 months ago)
- Language: C
- Size: 442 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Opusenc packaged for the Zig build system
This is a fork of [opusenc](https://github.com/xiph/libopusenc), packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.
_Looking for Zig bindings to Opusenc?_ See [mach-opus](https://github.com/hexops/mach-opus).
## Updating
To update this repository, run `./update.sh` followed by `./verify.sh` to verify the repository contents.
## Verifying repository contents
For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a `git diff` command you can run to verify the contents of this repository:
```sh
./verify.sh
```
If nothing is printed, there is no diff. Deleted files, and changes to `README.md`, `build.zig`, `.github` CI files and `.gitignore` are ignored.
## Issues
Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Aopusenc).