Android的讲话 - 你怎么能在Android中阅读的文本? [英] Android speech - how can you read text in Android?

查看:146
本文介绍了Android的讲话 - 你怎么能在Android中阅读的文本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你怎么能读取数据,即转换成简单的文本字符串,语音(语音)在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?

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.

这篇关于Android的讲话 - 你怎么能在Android中阅读的文本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆