Sunday, August 28, 2011

Recording Skype Calls (with your code)

Gal Ratner - How to record Skype voice conversations

"SNAGHTML4d1ebae

...

Skype uses a public API to listen and transmit messages to all programs on your computer. Messages are being transmitted via the native windows API and will require us to use some external method calls.

In this article we are going to build a WPF client that will communicate with Skype, detect voice calls, redirect the incoming and outgoing streams into files and finally, create a complete conversation file.

Let’s start by including the necessary external methods:

...

SNAGHTML4d279d9..."

I thought this post and code a pretty cool project and something easily worth highlighting. The inter-op with Skype, going beyond "normal" inter-op, using windows messages, etc was interesting.

No comments: