You'd need to pass the audio through a low pass filter. The route I would take is a BufferedWaveProvider, converted to a SampleProvider (i.e. go 32 bit), then through the BiQuad filter. I'm hoping that a future NAudio will make this a bit more straightforward to setup. but if you understand audio pipelines, you should be able to do this.
↧