java - Text-To-Speech recognition with IVONA TTS -
i'm developing , app repeat write inside edittext. i'm using ivona text-to-speech in nexus 5 , wrote
if(status == texttospeech.success) { int result = tts.setlanguage(new locale ("it", giorgio)); }
and expected works perfectly; infact repeats "giorgio" voice. if try add button using recognition api, error in log cat:
couldn't retrive iso 3166 country code locale: it_giorgio...
and the wrong line int result = tts.setlanguage(new locale ("it", giorgio));
so, if try add in textview not works. ivona problem? how can solve?
Comments
Post a Comment