Hello all.
I need to write a class library that records short snippets of VOIP calls (I will have the consent of both callers). The caller will be using a headset plugged into the microphone and headphone jacks. I tried using MCISendString but I was only able to get one side of the call (the microphone side). Also, it relies on the sound settings in the control panel. I don't want to rely on those as the user may change them.
I did try to use the Skype4Com dll but I couldn't get it working in a class library. I didn't try hard because I'd like to write something that records from the system sound so it won't matter who the VOIP provider is.
Where do I start with this? Is DirectSound my only option? Will it do what I need it to? I'd like something as simple as possible.
Thanks,
AnnieK
I need to write a class library that records short snippets of VOIP calls (I will have the consent of both callers). The caller will be using a headset plugged into the microphone and headphone jacks. I tried using MCISendString but I was only able to get one side of the call (the microphone side). Also, it relies on the sound settings in the control panel. I don't want to rely on those as the user may change them.
I did try to use the Skype4Com dll but I couldn't get it working in a class library. I didn't try hard because I'd like to write something that records from the system sound so it won't matter who the VOIP provider is.
Where do I start with this? Is DirectSound my only option? Will it do what I need it to? I'd like something as simple as possible.
Thanks,
AnnieK