How can I play a sound based on waveform data that my .NET program is generating from user input and mathematical functions?
By \"waveform data\" I mean SPL (sound press
I think you'll need to use DirectSound (DirectX API) for that. It works off buffers which you could fill with your generated data.
Maybe something like this (here in way back machine) will help