在Android ---如何检查TextToSpeech文本容量(队列容量)?

时间:2013-02-08 06:36:10

标签: android google-text-to-speech

任何人一次都知道TextToSpeech文本阅读能力的容量吗?

表示多少千字节文件在时间说话?

感谢。

1 个答案:

答案 0 :(得分:0)

此代码显示最大字符数:

int num = android.speech.tts.TextToSpeech.getMaxSpeechInputLength(); // num = 4000 characters string maximum