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
Essentially, you have to implement your own software synthesizer or find a 3rd party library. See: http://en.wikipedia.org/wiki/Demo_(computer_programming)#Music