tags » #c
28 August 2022
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 structs and fwrite.

Continue reading