Author |
|
blentz Intermediate
Joined: December 05 2006 Location: United States Posts: 1
|
Posted: December 05 2006 at 2:02pm | IP Logged
|
|
|
I need an api that works with VS2005-C#
I want to use a telephony modem (Creative labs?)
I want to dail a number, and when call is connected, play an audio message.
Can your api meet these requirements?
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: December 05 2006 at 3:00pm | IP Logged
|
|
|
Hi blentz,
Question 1:
I need an api that works with VS2005-C#
Someone this morning just asked a similar question. Take a look at the following post:
http://www.lanscapecorp.com/forum/forum_posts.asp?TID=215&PN =1
We talked about calling native Win32 DLL code from managed code. If this does not help, please repost and we will go into more depth.
Question 2:
I want to use a telephony modem (Creative labs?)
We know exactly what you want to do. We have done this in our labs with some success. The ability to stream 8kHz voice data to and from a “voice modem” can be done. But in reality, the audio is no good – especially where analog phone line echo is concerned. You would have no problem interfacing a voice modem with the media engine. We just think you will not be happy with the results. We suggest you spend a few dollars to get a real 2 or 4 port telephony interface board. You will develop a better product if you do.
Now, on the other hand, if you have achieved acceptable results using a “voice modem” as an analog interface in conjunction with software based echo cancellation, we would love to hear your thoughts as to what you are doing to make it acceptable. Either here in this forum or offline via email.
Question 3:
I want to dial a number, and when call is connected, play an audio message.
No problem.
Good questions. Repost as needed.
Support
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: June 21 2007 at 12:07pm | IP Logged
|
|
|
Updated Note:
New Pre-release .NET support is available for the latest version of the media enigne.
Support
|
Back to Top |
|
|