No description
- C 99.1%
- C++ 0.6%
- Shell 0.3%
|
Some checks failed
CI / x86_64-linux (push) Has been cancelled
Signed-off-by: Wrench[bot] <wrench@hexops.com> |
||
|---|---|---|
| .github | ||
| alsa-lib | ||
| jack | ||
| pipewire | ||
| pulse | ||
| sndio | ||
| spa | ||
| .gitignore | ||
| build.zig | ||
| README.md | ||
| update.sh | ||
| verify.sh | ||
linux-audio-headers packaged for the Zig build system
This is a Zig package which provides various Linux audio headers needed to develop and cross-compile e.g. sysaudio applications. It includes headers for:
- ALSA
- Jack
- PipeWire
- PulseAudio
- sndio
- SPA
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:
./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.