Answered by:
is it possible to convert speech to text.

Question
-
hi every body,
in my application convert voice to text is required,
but i am getting to text to speech tools only and these tools working properly.
but my work is if any person record voice is "hi how are you" then it is automatically displayed in text box(or)edit box "hi how are you"
and one more thing is my application developed in vc++6.0,
please help me ,
thanks in advance............Friday, November 27, 2009 10:26 AM
Answers
-
Hi,
In that case you required a tool which can recognise the voice and can convert it to the speech.....
Something similar to voice dialing in the mobile ??? Right????
Chk Out: Speech SDK from Microsoft
I will update you soon with some good optimal solution...- Proposed as answer by Nancy Shao Monday, November 30, 2009 10:04 AM
- Marked as answer by Nancy Shao Friday, December 4, 2009 8:43 AM
Friday, November 27, 2009 10:35 AM -
Hello Eswar,
<Addon to Rajiv's correct guidance>
Check this video tutorial - How Do I: Get Started with Speech Recognition? .
its a nice introduction to speech recognition using native C++.
Best Regards,
Jijo.
http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.- Proposed as answer by Nancy Shao Monday, November 30, 2009 10:04 AM
- Marked as answer by Nancy Shao Friday, December 4, 2009 8:43 AM
Saturday, November 28, 2009 5:46 AM
All replies
-
Hi,
In that case you required a tool which can recognise the voice and can convert it to the speech.....
Something similar to voice dialing in the mobile ??? Right????
Chk Out: Speech SDK from Microsoft
I will update you soon with some good optimal solution...- Proposed as answer by Nancy Shao Monday, November 30, 2009 10:04 AM
- Marked as answer by Nancy Shao Friday, December 4, 2009 8:43 AM
Friday, November 27, 2009 10:35 AM -
Hello Eswar,
<Addon to Rajiv's correct guidance>
Check this video tutorial - How Do I: Get Started with Speech Recognition? .
its a nice introduction to speech recognition using native C++.
Best Regards,
Jijo.
http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.- Proposed as answer by Nancy Shao Monday, November 30, 2009 10:04 AM
- Marked as answer by Nancy Shao Friday, December 4, 2009 8:43 AM
Saturday, November 28, 2009 5:46 AM -
HI Eswar,
Yes, Rajiv's right, you need a tool to convert voice to speech, and Jijo gives you a good video. Just additional information, for your reference, please refer to this MSDN article:
Exploring New Speech Recognition And Synthesis APIs In Windows Vista
http://msdn.microsoft.com/en-us/magazine/cc163663.aspx
Best Regards,
Nancy
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.Monday, November 30, 2009 10:04 AM -
Vista SDK does not support VS 6.0. I am afraid that you have to upgrade your VC or find a third-party speech engine.
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVPMonday, November 30, 2009 9:49 PM -
sir plz see this link http://msdn.microsoft.com/en-us/library/ff394922.aspx i try to used the example code in visula studio 2010 professional with win 7 , i havent installed SAPI 5.4 i am getting 3 errors the type or namespace speech,speech recognizer does not exit in system are u an assembly reference.
sir i am not able to run this i am a starter and a student of graduation plz help as i live in underdevloped place where i cant have any support other then internet, i am trying to use this application in cost effective prosthetic arm.
any help by u will be very much apprecitiated.
thanks
Thursday, June 9, 2011 1:05 PM