No description
  • C 99.1%
  • C++ 0.6%
  • Shell 0.3%
Find a file
Wrench[bot] 81f1f13828
Some checks failed
CI / x86_64-linux (push) Has been cancelled
all: update Zig to version 0.14.0-dev.2577+271452d22
Signed-off-by: Wrench[bot] <wrench@hexops.com>
2024-12-30 12:56:21 -07:00
.github all: update Zig to version 0.14.0-dev.2577+271452d22 2024-12-30 12:56:21 -07:00
alsa-lib ./update.sh 2023-10-01 12:15:54 -07:00
jack ./update.sh 2023-10-01 12:15:54 -07:00
pipewire ./update.sh 2023-10-01 12:15:54 -07:00
pulse ./update.sh 2023-10-01 12:15:54 -07:00
sndio ./update.sh 2023-10-01 12:15:54 -07:00
spa ./update.sh 2023-10-01 12:15:54 -07:00
.gitignore update to Zig 2024.05 2024-06-02 11:48:19 -07:00
build.zig update to Zig 2024.05 2024-06-02 11:48:19 -07:00
README.md Pin upstream revs; Update headers 2023-10-01 12:15:54 -07:00
update.sh Pin upstream revs; Update headers 2023-10-01 12:15:54 -07:00
verify.sh make update/verify commands scripts 2023-06-24 16:08:08 -07:00

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.