开发者

speech to text conversion in android

开发者 https://www.devze.com 2023-01-14 04:45 出处:网络
i want to develop apps based on speech to text conversion.can you please share your suggestions a开发者_运维技巧nd how to develop this appThis is probably a good start:

i want to develop apps based on speech to text conversion.can you please share your suggestions a开发者_运维技巧nd how to develop this app


This is probably a good start:

http://developer.android.com/resources/articles/speech-input.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

0

精彩评论

暂无评论...
验证码 换一张
取 消