开发者

skype distant voice isn't getting port redirection

开发者 https://www.devze.com 2023-01-17 07:08 出处:网络
It worked earlier with SKYPE4COMLib 1.0.31 but now I am working with SKYPE4COMLib 1.0.33 and it doesn\'t seem to redirect the distanct voice to a port. I am trying to manipulate the incoming voice and

It worked earlier with SKYPE4COMLib 1.0.31 but now I am working with SKYPE4COMLib 1.0.33 and it doesn't seem to redirect the distanct voice to a port. I am trying to manipulate the incoming voice and I see that the original along with the manipulated voice get heard.

call.set_OutputDevice(TCallIoDeviceType.callIoDeviceTypeSoundcard, "");
call.set_OutputDevic开发者_如何学编程e(TCallIoDeviceType.callIoDeviceTypePort, InPort.ToString());

Any help is appreciated.

OS: Windows 7 and Skype: v4.2

Thanks.

0

精彩评论

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