Generating audio with pure C
I've been working on a project that requires the ability to generate uncompressed PCM audio. Luckily, C lets us do this very easily just using struct
s and fwrite
.