andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.92k stars 229 forks source link

I made a libsoundio tutorial #211

Open Programatic opened 5 years ago

Programatic commented 5 years ago

This isn't really an issues, but I made a article on reddt: https://www.reddit.com/r/C_Programming/comments/b1ey21/tutorial_audio_programming_in_c/ dissecting what exactly is going on in the simple sine example. I was struggling with it at first so I decided to write this to help anybody out. Maybe you could check it out so its not wildly incorrect or I am misinformed. Just thought I would share.