[Mono-winforms-list] Text to Speech using Mono

Mauricio Henriquez buhochileno at gmail.com
Sat Sep 18 16:07:26 EDT 2010



El 18-09-2010, a las 7:27, optimus_prime <author.blogger at gmail.com>  
escribió:
Hi
>
> Hi!
> I am developing applications using C# and Mono for Sugar OS which is
> actually based on a Fedora Core Linux. I have simple window having a  
> grid of
> buttons. Actually, I wanted to implement Text to Speech so that on  
> pressing
> a button, a specific sound comes up.
> For normal C#, this is done by speech api’s (adding references of T 
> TS
> Reader) but will this work the same way for my application too?

if the TTS lib that you are referencing/using do native calls  (p/ 
invoke) for specific OS API functions (as most of the TTS Windows libs  
do, as far as I know), they will work just on that OS probably..Linux  
have some very cool TTS engines, so as part of the monoBOTICS (http://www.monobotics.ic.uach.cl 
), we include some simple wrappers  for espeack, festival and some  
other.They are simple in terms that they mostly interact with the  
command line TTS engine program, so, no much use of the engine api  
directly for customization at the moment, but they do what is needed.

The lib can be use it as stand alone is gpl and the linux tts engines  
also work on Windows, or a small and easy wrapper for some of the  
Windows libs is also possible for a cross platform solution

Cheers,

Mauricio
>
> -- 
> View this message in context: http://mono.1490590.n4.nabble.com/Text-to-Speech-using-Mono-tp2544906p2544906.html
> Sent from the Mono - WinForms mailing list archive at Nabble.com.
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list


More information about the Mono-winforms-list mailing list