Any TTS api for Android in turkish?
问题 Is there any free TTS (text-to-speech) service for Android in Turkish? I've not found anything useful in google. 回答1: I didnt try it yet on android, but I recently discovered this one: http://www.ispeech.org The speech quality looks promising on the web app. Give it a shot :) 回答2: Here you can use Google TTS as below: strText = converToTurkishCharacter(strText); if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) { textToSpeech = new TextToSpeech