Design Philosophy
- Pure Zig: Written exclusively in modern Zig, leveraging its strengths and conventions.
- Zero External Dependencies: All components are written from the ground up with absolutely no third-party dependencies.
- Modular Design: Each component, whether it be a container demuxer, codec, or metadata parser is standalone.
- Code Documentation: All code is consistently documented, whether it is part of the public or internal API, including liberal use of code comments.
- No AI/LLM Code: 100% of the code is both inspired and written by a human. This is a labor of love, for humans, by humans.
Roadmap
See the roadmap for future goals and milestones.
License
Unless explicitly stated otherwise, all software produced under this organization is licensed under the MIT License. Feel free to use, modify, and distribute these components in both open-source and commercial projects.
An allocation free stream-decoder for WAVE/AIFF/AIFF-C formatted files.
Supports arbitrary-width raw PCM (integer/float), A-law, μ-law, IMA-ADPCM, and MS-ADPCM encoding.
adpcm
aifc
aiff
aiff-c
alaw
audio
codec
decoder
dvi-adpcm
iff
ima-adpcm
lossless
ms-adpcm
mulaw
pcm
raw
reader
riff
ulaw
wav
wave
zig
zig-package
Updated 2026年07月13日 07:01:33 +02:00