I want to capture audio for all VoIP applications such as Skype, G-Talk, Msn, etc
I need so开发者_如何学JAVAme links to record both microphone and audio in all the applications. I'm developing a audio recorder feature for an application. I tried intercepting some APIs like IDirectSound and Wave API but I'm missing something since some applications are recorder and some others aren't.
Can someone send me a clue around this?
Best Regards.
In my compary we've developed an Audio Recorder SDK because it's very difficult to make all the hooks you need to intercept all the applications. You should hook MCI Wave API calls, IDirectSound interface and the new IAudioClient interface, part of the Windows Vista / Windows 7 Core Audio engine. Our SDK supports Skype 4.x and 5.x, G-Talk and Msn. We've tested with other applications and it's working but we don't support them. Additionally, we bring some UI features such as handling button clicks and get windows text using the SDK.
I hope this information can help you.
精彩评论