Speech Application Development
Was trying to integrate Speech into an application i wrote... i realiased there are 3 options for the same:
This posting is provided "AS IS" with no warranties, and confers no rights.
- MS Agent,
- Microsoft Speech Application Software Development Kit (SASDK) Version 1.0, and
- Speech SDK 5.1 for Windows® applications
This confused me. Which one to use for what?
A little research lead me to this site that explains it well:
http://thedotnet.com/nntp/135793/showpost.aspx
SASDK is primarily meant to speech enable the ASP.NET applications and SAPI is meant for Win Forms applications. MS Agent might already be a dead technology :)
Both SASDK and SAPI support TTS and voice recognition! So make your choice and get coding..
-------------------------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Comments