开发者

Digital Sound Processing in C# (and possibly SilverLight)

开发者 https://www.devze.com 2022-12-13 01:38 出处:网络
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 i开发者_高级运维n Hertz. Then I\'d like to Frequency Modulate

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 i开发者_高级运维n 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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消