Android 中的语音到文本转换
我想开发基于语音到文本转换的应用程序。您能否分享您的建议以及如何开发此应用程序
i want to develop apps based on speech to text conversion.can you please share your suggestions and how to develop this app
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能是一个好的开始:
http://developer.android.com/resources/文章/语音输入.html
This is probably a good start:
http://developer.android.com/resources/articles/speech-input.html
是的,Android 应该有一个 Speech to Text APi。获取用户输入的语音并将其转换为字符串(API 自动为您完成)。根据您的字符串输出,您可以对您的应用程序执行操作。
查看这篇文章以获取有关语音转文本 API 的更多信息
http://android-developers.blogspot.com/2009/09/introduction-to-text-to-speech-in.html
Yes it should be possible Android has a Speech to Text APi in it. Get the user input as speech and convert it into String(The API Does it for you automatically). Based on your string output you can do operations on your application.
Check this post for getting more info on speech to text API
http://android-developers.blogspot.com/2009/09/introduction-to-text-to-speech-in.html