C Libraries for Audio DSP

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

My classmate and I are implementing a simple soft synth in C on a TI development board. I've searched for libraries that we could make use of but have yet to find quite what we're looking for. Are there any freely available Audio DSP libraries for C?

Post

Which TI board? I did a similar project a few years ago using a Tiva board with an ARM processor. I ended up writing the DSP stuff myself (not that I did a anything very fancy anyways), but I eventually found that ARM had a DSP library for the processor.

I'm not sure how much help it will be, but you can find my code at https://github.com/austensatterlee/TivaSynth. It's not super well documented, but the actual DSP stuff (the non-hardware specific stuff) is pretty simple.

Post Reply

Return to “DSP and Plugin Development”