/awesome-audio-dsp

My curated list of audio DSP and plugin development resources

Creative Commons Zero v1.0 UniversalCC0-1.0

Awesome Audio DSP

My curated list of audio DSP (digital signal processing) and plugin development resources. New resources may be added in the future. Feel free to open a PR if you wish!


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

  • Designing Software Synthesizer Plug-Ins in C++ and Designing Audio Effect Plugins in C++ by Will Pirkle
    • 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
  • projet μ - An excellent and free online blog that neatly explains the basics of DSP.
  • Think DSP - A great free online book that teaches many fundamental DSP concepts using Python.