Request for New Lib to support SpeechRecognizer API

JohnC

Expert
Licensed User
Longtime User
I think it would be very useful and allow for some really cool new app functionality if someone could add a new Speech-to-Text routine (in addition to the "VoiceRecognition" routine) that would work with the new SpeechRecognizer API which would enable these abilities:

1) Record the incoming user speech audio to a file in addition to having it converted to text via the google Speech Recognition server.

2) Perform a Speech-to-text action within our apps and display a custom prompt instead of the standard "Speak Now" prompt that the current VoiceRecognition routine uses.

Any help to produce such functionality would be GREATLY appreciated!

Here is a possibly useful link to help accomplish this:

http://stackoverflow.com/questions/4732215/disable-speak-now-prompt-in-voice-recognition-in-android

-John
 

brelto85

Active Member
Licensed User
Longtime User
exist a library that uses SpeechRecognizer API that could be used in a service
there isn't any dialog

the problem is that is not continuously and needs to be restarted after all recognition

check this
 

JohnC

Expert
Licensed User
Longtime User
Thank you - I will look into that :)
 
Top