My (biased) personal favorite is Will Pirkle's book. It's great if you're doing c/c++ sample-based DSP https://www.willpirkle.com/fx-book/project-gallery/
There's a few classics as well. The Audio EQ Cookbook by RBJ (who I think is on this list?) is one of the best reference materials, again for sample-based DSP https://www.musicdsp.org/en/latest/Filters/197-rbj-audio-eq-cookbook.html There's also Digital Audio FX by Udo Zölzer which covers signal Processing in Matlab. https://ccrma.stanford.edu/~orchi/Documents/DAFx.pdf A random Google search turned this one up if you're interested in Python https://www.kaggle.com/code/faressayah/signal-processing-with-python These days, I think a lot more people are dealing in higher-level Python libraries, especially if you're interested in getting into machine learning models. But there's always going to be a use for lower-level implementations in languages like c/c++ (I'm curious if Rust has any good libraries) Stefan On Sat, Dec 16, 2023, 12:57 Pedro Valentim < [email protected]> wrote: > Dear Music-DSP community, I trust this message finds you well. I'm Pedro, > and this is my first post here. I am currently doing research on DSP for > music, with emphasis in digital television and live music performance. At > this point I'm trying > ZjQcmQRYFpfptBannerStart > This Message Is From an External Sender > This message came from outside your organization. > > ZjQcmQRYFpfptBannerEnd > > Dear Music-DSP community, > > I trust this message finds you well. I'm Pedro, and this is my first post > here. I am currently doing research on DSP for music, with emphasis in > digital television and live music performance. At this point I'm trying to > make a review of sorts of the most common algorithms (e.g., FFT), techniques > and applicabilities. > > I would sincerely appreciate any assistance you can provide in pointing me > towards materials, papers, books, tutorials and any other relevant references > that might give me a general understanding on the topic. > > Being both a computer scientist and a musician, I believe I'm well-equipped > for the subject. Also, if any of you have experience or specific info > regarding music DSP for digital television environments, that would be > invaluable. > > Thanks for any contributions you can provide. Looking forward to being a part > of this community. > > Regards, > Pedro Valentim > > >
