How to use SAPI

  • Thread starter Thread starter New Devil
  • Start date Start date
N

New Devil

hi
how can i use SAPI with TAPI in C# ... give me any idea how to make a
simple program to use SAPI with TAPI in C# ...........
Best Regards
(e-mail address removed)
Ibrahim Zaman
 
Hi Zaman,

For TAPI, you may like to take a look at the following sample:

Quoting from the description in the sample's download:
"...The Runtime-Callable Wrapper for the Tapi3 com object that VS.NET
automatically generates is not reliable. So if you want to do Tapi in .NET,
you need to use Tapi2. ..."

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=5d893
af6-b340-49d8-9162-b90bf6932414

For SAPI, you can consume SAPI.dll via COM interop.
Here's a link to a sample:
http://www.c-sharpcorner.com/Speech/TTSAppsInCSGAG.asp

Regards,
Aravind C



New Devil said:
hi
how can i use SAPI with TAPI in C# ... give me any idea how to make a
simple program to use SAPI with TAPI in C# ...........
Best Regards
(e-mail address removed)
Ibrahim Zaman
 
Back
Top