Where do start learning about DSP programming?

DSP related issues, mathematics, processing and techniques
Post Reply
sneakz
Posts: 2
Joined: Thu Jan 28, 2021 3:53 pm

Where do start learning about DSP programming?

Post by sneakz »

Hi,

I am new when it comes to DSP programming and I really don't know where to start. I am trying to make sense of some of the modules that contain DSP code in FlowStone, but its really just a blur. What do you recommend for learning some DSP programming?
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: Where do start learning about DSP programming?

Post by martinvicanek »

Hi sneakz and welcome!

Which of the two are you struggling with: DSP or programming? That may be the first question you want to ask yourself for taking the next steps. The amount of accessible information is indeed overwhelming. Start with a simple project, like a delay and then move on to more complex stuff. Here is a good collection of links to get you started:
https://github.com/olilarkin/awesome-musicdsp
sneakz
Posts: 2
Joined: Thu Jan 28, 2021 3:53 pm

Re: Where do start learning about DSP programming?

Post by sneakz »

Hi and thanks! As I am used to programming with Python, C# and Ruby its mostly the actual DSP code that I am having trouble understanding. I would like to start of small like a delay as you said, but where to start the actual fundamentals of DSP programming is something I am struggling to find :D

martinvicanek wrote:Hi sneakz and welcome!

Which of the two are you struggling with: DSP or programming? That may be the first question you want to ask yourself for taking the next steps. The amount of accessible information is indeed overwhelming. Start with a simple project, like a delay and then move on to more complex stuff. Here is a good collection of links to get you started:
https://github.com/olilarkin/awesome-musicdsp
Post Reply