BillyDM
awesome-audio-dsp

My curated list of audio DSP and plugin development resources (Github fork)

Last updated Jul 7, 2026
1.4k
Stars
80
Forks
0
Issues
+7
Stars/day
Attention Score
79
Language breakdown
No language data available.
β–Έ Files click to expand
README

Awesome Audio DSP

This project has moved to Codeberg https://codeberg.org/BillyDM/awesome-audio-dsp. Please only post issues and pull requests there. A read-only mirror remains at https://github.com/BillyDM/awesome-audio-dsp for users who prefer that.

My curated list of audio DSP (digital signal processing) and plugin development resources. New resources may be added in the future.

- Audio Software Optimization Tips - My own list of audio software optimization tips.
  • Sound Design & Music Production - While this is not strictly development related, knowing how plugins are actually used to make and edit sound can give valuable insight.
  • System Tools - A list of system tools useful in developing audio plugins and software.
  • Technical Reading - A list of useful articles, blogs, and scientific papers on algorithms and techniques for audio DSP.

"If I'm a total noob, where should I start?"

- These textbooks are a common recommendation for beginners. - The synthesizer one is better than the effect one imo, so go for that if you plan on only buying one. - ISBN-10: 0367510480 and 1138591939, ISBN-13: 978-0367510480 and 978-1138591936 - A great free online course that teaches the basics of DSP from scratch using the C programming language. It's my personal go-to recommendation to beginners. - Does a great job of explaining concepts in code, along with helpful graphics. - Requires some knowledge of complex numbers and basic integral calculus. (There's really no way around this if you're learning DSP). It is also very Linux-focused, but the course can still be done using Windows or MacOS.
  • Think DSP - A great free online book that teaches many fundamental DSP concepts using Python.
I often get asked about beginner-friendly DSP learning resources which focus on the Rust programming language. Unfortunately there isn't really anything out there. I would suggest learning DSP in another language first and then translating that knowledge to Rust later. The choice of language doesn't really matter that much for learning DSP, the main difference comes when it's time to create full applications/plugins around your DSP code.

Contribute

Feel free to open a PR if you wish! But please follow the rules:

PRs will NOT be accepted if:

  • The linked resources have been "vibe coded" or have used generative AI substantially.
  • The linked resources are related to LLMs or some other form of generative AI technologies. (The Machine Learning category is for non-generative neural network technology like noise removal, circuit simulations, and guitar amp simulations.)
  • You are self-promoting your own materials, especially if you have a financial incentive to do so. These can still be accepted if you provide evidence that the materials have been useful to others and that others recommend your materials.

PRs must satisfy the following conditions:

  • The linked resources must be genuinely useful to learn from. (Toy/hobby projects are allowed in Open Source Plugins & Software as long as the software is functional.)
  • Lists must be sorted in alphabetical order.
πŸ”— More in this category

Β© 2026 GitRepoTrend Β· BillyDM/awesome-audio-dsp Β· Updated daily from GitHub