Continuing on my journey learning Zig and audio programming, and also making a good follow-up to the time I wrote Zig to manually generate a WAVE file, today I decided to generate a WAVE file using libsndfile.
Today I learned how to use a debugger to debug Zig programs.
The lldb way (gdb style) First, I learned how to use lldb, the debugger provided by the LLVM project.