I never heard of any Mono/.NET managed wrappers for eSpeak. But since eSpeak is a cross-platform library developed with C++, you can write a managed wrapper for it and it should work fine with Mono.
If you're willing to write a managed wrapper for it and need some samples to help you out, you can check the source code of Mono.Cairo (which is a managed wrapper of libcairo that's inside mcs/class/Mono.Cairo). It's very simple and well done. Diego Frata [email protected] On Tue, Aug 18, 2009 at 6:48 PM, ubunturocks <[email protected]>wrote: > > Hi, > I was wondering if anyone knew how to use espeak in Mono (C#). eSpeak is a > compact open source software speech synthesizer for English and other > languages. Could someone post a simple example of how to use it? (I am > trying to get it to run on Mac/Linux). > Thanks. > -- > View this message in context: > http://www.nabble.com/Use-Espeak-In-Mono-tp25033392p25033392.html > Sent from the Mono - General mailing list archive at Nabble.com. > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
