【发布时间】:2016-04-07 01:17:50
【问题描述】:
我正在尝试使用 android 应用程序复制一些文本,以帮助视障人士,尤其是使用 TTS,但在我的情况下,我需要说葡萄牙语-巴西语,并且 TTS 类没有可用的葡萄牙语作为语言环境。有谁知道如何实现葡萄牙语巴西阅读器?
我使用的是 Android Studio,MinSDK 是 15。
...
tts = new TextToSpeech (this, this);
tts.setLanguage(Locale.[X]);
...
tts.speak("Muito obrigado a todos!", TextToSpeech.QUEUE_FLUSH, null);
...
【问题讨论】:
标签: android audio android-studio text-to-speech