I want to create a .Net application for audio processing and distribute it using ClickOnce deployment. I need access to the original audio pipeline. Which audio library should I use? I heard that managed libraries for DirectSound are dead ends. I need to install as little as possible on the client machine. Anything outside the ClickOnce process will not work.
Perhaps NAudio has the opportunity, but is it not possible to install a separate driver? There is also SlimDX.
It's a shame - DirectX managed libraries seem to work beautifully and with what I read, DirectX can be included in the ClickOnce installation.
source
share