NAudio can give you access to individual samples, so you should be able to perform any of your algorithms. As for speed, it probably won't be as fast as doing it in C/C++, but if you profile your code, you should be able to find ways to speed it up.
↧