No description
Find a file
RedStealthDev 26ba32d183
Some checks failed
CI / x86_64-linux (push) Has been cancelled
CI / x86_64-windows (push) Has been cancelled
CI / x86_64-macos (push) Has been cancelled
added hashes
2025-09-14 20:01:51 +02:00
.github cleanup 2025-02-25 22:29:29 -07:00
examples/assets move sysaudio example 2024-03-08 20:40:36 -07:00
src make decoded samples buffer SIMD vector-aligned 2024-12-29 14:21:09 -07:00
.gitattributes initialize repository 2023-07-27 22:25:18 -07:00
.gitignore update to Zig 2024.05 2024-06-02 14:16:38 -07:00
build.zig update to Zig 2024.05 2024-06-02 14:16:38 -07:00
build.zig.zon added hashes 2025-09-14 20:01:51 +02:00
LICENSE initialize repository 2023-07-27 22:25:18 -07:00
LICENSE-APACHE initialize repository 2023-07-27 22:25:18 -07:00
LICENSE-MIT initialize repository 2023-07-27 22:25:18 -07:00
README.md README: cleanup and link to website 2023-08-09 19:17:16 -07:00

mach-opus

Opus audio decoding and encoding for Zig via the battle-hardened xiph.org libopus / libopusfile

Experimental

This is an experimental project according to our stability guarantees:

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/961

Features

  • Zero-fuss installation, cross-compilation at the flip of switch.
  • Encoding & decoding support

Documentation

machengine.org/pkg/mach-opus

Join the community

Join the Mach community on Discord to discuss this project, ask questions, get help, etc.

Issues

Issues are tracked in the main Mach repository.