views:

260

answers:

3

Hi, I need to do some basic and non basic DSP programming in C#. At its core, it includes the generation of a sin wave deciding its frequency in Hertz. Then I'd like to Frequency Modulate it and maybe filter it.

Can you suggest any library to help me? Ideally this should also work in a SilverLight environment, as my aim is to showcase a ultra-basic SilverLight synthesizer.

Thanks in advance

+3  A: 

You might want to check out a couple of articles by Charles Petzold:

A Simple Silverlight Synthesizer

and

A simple electronice Sequencer in Silverlight

The Oscillator class in the SimpleSequencer project might be what you're looking for.

Ruben Steins
A: 

Have a look at this link too

Pluto.Synth

MrPC
+1  A: 

Check this blog post out also. It has a nice Silverlight sound example.

David Lynch