I am developing one application. Suppose user save question with 4 option and one answer
in database. and Retrieve it in the format of speech. Apps ask question to user with
option and user just speak option then apps speak whether result is correct or not.
My question is when apps ask question and user Speak the answer then how this match to each
other sound?
Give me Some hint or reference document or code.
Thanks in Advance.
I am developing one application. Suppose user save question with 4 option and one
Share
dude your question is not clear… you are looking for voice regonisation application(i.e) accepts user input in voice (or) application which voice out the options (i.e) Text to speech TTS?
if you are looking for some text to speech application then you can look into this sample
http://developer.android.com/resources/samples/TtsEngine/index.html
else look at other examples given in other answers…