Is it possible to capture audio output and apply effects to it?

夙愿已清 提交于 2019-12-22 13:07:23

问题


Using .NET and DirectSound I want to be able to take all output sound that is coming from my audio device and apply effects to it. I've had a quick look at the docs on MSDN and there doesn't seem to be any explanation as to how to do something like this.

I've read elsewhere that you'd be better off writing a driver to sit in front of your real audio driver and have that do whatever you want with the sound.

Any ideas anyone to push me in the right direction?

Edit:

After a bit more research it looks like the Windows SDK provides a bit of functionality for this sort of thing. Can anyone confirm/deny?


回答1:


Have a look here:

Audio DSP with C#
http://www.codeproject.com/KB/audio-video/audio_process.aspx



来源:https://stackoverflow.com/questions/2595623/is-it-possible-to-capture-audio-output-and-apply-effects-to-it

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!