Android的讲话 - 你怎么能在Android中阅读的文本?你怎么、能在、文本、讲话

2023-09-05 01:01:48 作者:我心笑擁孤獨

你怎么能读取数据,即转换成简单的文本字符串,语音(语音)在Android的?

有一个API,我可以做这样的事情:

  TextToVoice音箱=新TextToVoice();
speaker.Speak(的Hello World);
 

解决方案

在这里你去。 一个教您如何使用该库的大缺点是,它需要一个SD卡存储的声音。

How can you read data, i.e. convert simple text strings to voice (speech) in Android?

学习or抄袭 Android M哪些功能借鉴了iOS

Is there an API where I can do something like this:

TextToVoice speaker = new TextToVoice();
speaker.Speak("Hello World");

解决方案

Here you go . A tutorial on using the library The big downside is that it requires an SD card to store the voices.