Mastodon Feed: Post

Mastodon Feed

Reblogged by cstanhope@social.coop ("Charles Stanhope"):
kst@post.lurk.org wrote:

I don't know. Maybe it's time to make this public.

If you are trying to learn audio programming and DSP from scratch (like, *really* from scratch), these notes might be the place to start:

https://mu.krj.st/

They were lecture notes for a student-led 1-credit audio programming course that I taught in the spring this year, but it's now a course for everyone. Some sections are still in revision, but the main contents are mostly complete.

It's probably more low level and UNIX-centric than most of the audio programming tutorials you can find, so don't expect to learn how to make an audio plugin using JUCE or how to make fancy GUIs etc. But maybe this can be a good thing.

caveats:

  1. you need to know basic C and UNIX shell utilities
  2. it contains math, but at most calculus level