Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free Wavetable Synthesizer?

I need to implement a wavetable synthesizer in an ARM Cortex-M3 core. I'm looking for any code or tools to help me get started.

I'm aware of this AVR implementation. I actually converted it to a PIC a while back. Now I am looking for something similar, but a little better sounding.

ANSI C code would be great. Any code snippets (C or C++), samples, tools, or just general information would be greatly appreciated.

Thanks.

like image 903
Imbue Avatar asked Feb 04 '26 22:02

Imbue


2 Answers

The Synthesis Toolkit (STK) is excellent, but it is C++ only:

http://ccrma.stanford.edu/software/stk/

You may be able to extract the wavetable synthesizer code from the STK though.

like image 149
Nick Haddad Avatar answered Feb 06 '26 13:02

Nick Haddad


Two open-source wavetable synthesizers are FluidSynth and TiMidity.

like image 39
CL. Avatar answered Feb 06 '26 12:02

CL.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!