Generate WAVE file in Zig, choosing the bit depthAugust 4, 2024In the last post, I told you how I learned the basics of generating a WAVE file, both in Python and Zig.Continue reading ⇾
How to create a WAVE fileJuly 29, 2024Today I set out to learn how to create a WAVE file. I had recently gone through an article about reading and writing wave files in Python, which whet my appetite to do somewhat the same in Zig.Continue reading ⇾