Wave

Generate WAVE file in Zig, choosing the bit depth

04 Aug 2024

In 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 file

29 Jul 2024

Today 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 →