Wave
Generate WAVE file in Zig, choosing the bit depth
04 Aug 2024In the last post, I told you how I learned the basics of generating a WAVE file, both in Python and Zig.
How to create a WAVE file
29 Jul 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.