tags:

views:

53

answers:

2

Hi folks,

i want to develop apps based on speech to text conversion.can you please share your suggestions and how to develop this app

+1  A: 

This is probably a good start:

http://developer.android.com/resources/articles/speech-input.html

blucz
+1  A: 

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

Rahul