Click to See Complete Forum and Search --> : Text to Speech .Net Library


Peter_APIIT
February 19th, 2009, 06:56 AM
Hello to all, did anyone here know that speech to text library that doesn't usied COM interface.

SAPI 5.1 is COM interface.

I need library that pure in .Net only.

Thanks.

Russco
February 22nd, 2009, 06:10 PM
Should be plenty of info on the .NET 3.0 classes on MSDN. system.speech.... is what you need. Should provide similar features to SAPI but I'm not 100% sure as .NET isn't my thang!

Peter_APIIT
March 1st, 2009, 03:29 AM
Thanks.