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
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