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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -