2

我创建了一个可以读取从 gmail 收到的邮件的应用程序。与平常相比,我想阅读的邮件很少。因此使用 TTS 称为语音速率,例如:

int spreechRate = 2.0;
talker = new TextToSpeech(this, this);
talker.setSpeechRate(speechRate);

这在我的 Galaxy Nexus、Nexus 10 和 Samsung Galaxy tab 2 上也可以正常工作,但不适用于 Galaxy tab(旧)。

我需要在 Galaxy 选项卡中检查任何设置吗?对于两个正在工作的选项卡,我根本没有检查任何设置?

4

0 回答 0