开发者

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

开发者 https://www.devze.com 2022-12-26 15:22 出处:网络
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

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?


Have a look here:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消