Hi All, I have created some sample code from this example ( http://developer.android.com/resources/articles/tts.html) and it does run and work on a device: https://gist.github.com/47473a3ced108ce515f7
You might want to replace the "null" in the Speak method with a "new Dictionary<string, string>()" to get this working. I haven't tried this code on the emulator but it should work. I hope this helps, ChrisNTR On Tue, Dec 13, 2011 at 11:17 AM, Mark Eaton <[email protected]>wrote: > I'm getting the same issue as davthomas. > > With the same code I am getting a null reference exception thrown when > calling > the Speak() method. > > This is using MonoForAndroid_API_10 emulator. > > I'm looking at getting the paid license but agree with Dave's > comment @ 12 Dec 23:39: > > "I wonder if monodroid TextToSpeech works, please confirm before I decide > to > buy the professional license". > > > Kind regards > > Mark Eaton > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > -- ChrisNTR Microsoft ASPInsider http://weblogs.asp.net/chrishardy http://twitter.com/chrisntr
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
