views:

950

answers:

3

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.

+2  A: 

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.

Nick Haddad
+2  A: 

Two open-source wavetable synthesizers are FluidSynth and TiMidity.

CL
A: 

I am interested in doing a simple wavetable pic development, are you willing to share the work you have already done? Send me an email cojna at hotmail.com

cojna beric