|
|
|
|
|
by blovescoffee
2140 days ago
|
|
It depends on what programming language you'd like to work in and what exactly processing means to you. Are you interested in audio analysis or writing programs that generate audio like a synthesizer for a DAW? For audio analysis I'd recommend essentia a C++ library with Python bindings. For writing plugins, I'd recommend you take a look at JUCE, which has a decent set of tutorials on their website. You'll notice that C++ is pretty standard in industry because speed and hardware access are important. If JUCE is the sort of thing you're looking for, I'd also recommend the Audio Developer Conference talks on Youtube. |
|