Reputation: 5135
i want to develop apps based on speech to text conversion.can you please share your suggestions and how to develop this app
Upvotes: 3
Views: 4680
Reputation: 22930
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
Upvotes: 3
Reputation: 1666
This is probably a good start:
http://developer.android.com/resources/articles/speech-input.html
Upvotes: 5