Generating A Dynamic Sound

Does anyone know of any method to dynamically generate a sound (specifying it's frequency, amplitude, among other things)?

I've googled around and looked through some of the MSDN documentation on DirectShow but I can't seem to find anything.

Thanks in advance.
Use any kind of sound streaming lib such as DirectSound, or the waveOut series of functions (search MSDN for waveOutOpen).

They let you provide a raw PCM waveform. Just provide your own that has any characteristics you want.
Maybe the Beep() function satisfies your requirement: http://msdn.microsoft.com/en-us/library/ms679277(VS.85).aspx .
thanks for the help guys! :D
Topic archived. No new replies allowed.