Speech technologies

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm interesting in coding a Windows app that can produce multiple audio voice
effects, given input text. I've been doing some searching for SDKs/APIs, and
this is what I've found: the Microsoft Speech Application SDK (SASDK) 1.1
and the Microsoft Speech SDK 5.1. However, the SASDK 1.1 appears to be
strictly for web (ASP.NET) apps, and the Speech SDK is unmanaged code.

What I'd really like is a managed code speech API for Windows apps -- the
..NET equivalent of the Speech SDK 5.1. Does such a thing exist, or is
Microsoft currently working on it?
 
Hello, Man!

MFT> I'm interesting in coding a Windows app that can produce multiple
MFT> audio voice effects, given input text. I've been doing some searching
MFT> for SDKs/APIs, and this is what I've found: the Microsoft Speech
MFT> Application SDK (SASDK) 1.1 and the Microsoft Speech SDK 5.1. However,
MFT> the SASDK 1.1 appears to be strictly for web (ASP.NET) apps, and the
MFT> Speech SDK is unmanaged code.

AFAIK there is managed wrapper for SAPI ( speech API ) in Speech SDK 5.1
And also there are managed samples in the SDK install folder.

Additionally, take a look at
( http://www.c-sharpcorner.com/Code/2004/May/SpeechRecognition.asp )
( http://www.c-sharpcorner.com/SpeechNet.asp )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top