Is it possible to generate complex tones in C#?

后端 未结 6 1851
长情又很酷
长情又很酷 2020-12-13 07:51

I need to create a sound containing tones of many different frequencies. Is there any way to do this in C#?

The only tone generating methods I\'ve seen so far involv

6条回答
  •  独厮守ぢ
    2020-12-13 08:17

    I have been looking at NAudio with the view to create a program that emulates feedback whilst playing a backing track. There is a blog post about generating sine waves at specific frequencies, I suspect that this could be adapted to do what you are looking for.

提交回复
热议问题