Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to create an application named "ONLINE EXAMINATION FOR BLIND PEOPLE". i just want to convert only specific words from speech to text like NEXT, REPEAT, OPTION 1, OPTION 2, OPTION 3, OPTION 4, SUBMIT, START. If 30% of the speech is matched to the text it should take the text. i have the code from speech to text conversion but it should need a appropriate pronunciation. So plz any one help me. Is my query will have a code.
Posted
Comments
[no name] 21-Jul-12 12:08pm    
So go ahead and do it.
WoodenLegNamedSmith 21-Jul-12 12:10pm    
have you considered mapping the words you want to speak to an equivalent PHONETIC spelling. ex. "Comment" would be come, "KAHMINT" or "KAHMENT"
Majji Revanth 21-Jul-12 13:17pm    
For this type i have heard than there is a concept called "COMMAND AND CONTROL" can any one suggest how to use command and control in .net...

Did you look at Microsoft's speech library: MSDN: Microsoft Speech API (SAPI) 5.3[^]

Further, did you look at these existing CP articles/answers if they are of help:
C# Speech to Text[^]
Speech to Text conversion in .net[^]
 
Share this answer
 
Comments
Majji Revanth 21-Jul-12 12:06pm    
no i cant able to solve it......it should take action only when i say 8 words which i given above. it should take even for avg pronunciation
Hi Inorder to convert your speech to text you have to use MICROSOFT SPEECH SDK
By using this you can easily convert your speech to text.

you can download the speech SDK from the following link
http://www.microsoft.com/en-us/download/details.aspx?id=10121[^]

Might the following link will helps you..

http://www.dreamincode.net/forums/topic/75990-convert-speech-to-text-and-vice-versa-in-c%23net/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900