Answered by:
C#: Speech to text how does it work?

Question
-
Hi everyone,
I am new to writing apps for windows phone 7 so please go easy on me if I misunderstand anything.
I am trying speech to text and from researching, I saw that for text to speech process is like this:
1) enter text; 2) call web services to process the text; 3) use microsoft text to speech API to convert text to wav; 4) decode the byte array with wav decoding class; 5) playback wav stream with silverlight mediaElement.
So I am wondering, for speech to text do you reverse the process above (except user speak into mic)??
Any ideas or solutions help! Thanks.
- Moved by Neddy Ren Monday, February 21, 2011 6:37 AM Windows Phone 7 issue (From:Visual C# Express Edition)
Saturday, February 19, 2011 8:05 AM
Answers
-
Hello june-29,
Here are some articles to help you out:
- Text to speech: http://www.c-sharpcorner.com/UploadFile/ssrinivas/TextToSpeechConversioninCSharp11222005060134AM/TextToSpeechConversioninCSharp.aspx
- Speech to text: http://www.eggheadcafe.com/community/aspnet/2/10024822/speech-to-text.aspx
- Both: http://www.dreamincode.net/forums/topic/75990-convert-speech-to-text-and-vice-versa-in-c%23net/
Cornel Croitoriu - Senior Software Developer & EntrepreneurIf this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"
- Proposed as answer by Cornel Croitoriu Saturday, February 19, 2011 9:35 AM
- Marked as answer by june-29 Monday, February 21, 2011 7:31 AM
Saturday, February 19, 2011 9:35 AM
All replies
-
Hello june-29,
Here are some articles to help you out:
- Text to speech: http://www.c-sharpcorner.com/UploadFile/ssrinivas/TextToSpeechConversioninCSharp11222005060134AM/TextToSpeechConversioninCSharp.aspx
- Speech to text: http://www.eggheadcafe.com/community/aspnet/2/10024822/speech-to-text.aspx
- Both: http://www.dreamincode.net/forums/topic/75990-convert-speech-to-text-and-vice-versa-in-c%23net/
Cornel Croitoriu - Senior Software Developer & EntrepreneurIf this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"
- Proposed as answer by Cornel Croitoriu Saturday, February 19, 2011 9:35 AM
- Marked as answer by june-29 Monday, February 21, 2011 7:31 AM
Saturday, February 19, 2011 9:35 AM -
Hi june-29:
Welcome to the MSDN Forum.
I think Cornel Croitoriu has given some useful suggestions.
But this is C# forum. You'll need to post it in the dedicated Windows Phone 7 Forum for more efficient responses, where you can contact Windows Phone 7 experts.
Thank you for understanding.
Best Regards
Neddy Ren [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Monday, February 21, 2011 6:36 AM -
Hi Neddy,
Thanks for letting me know. Next time I'll be more careful.
Thanks.
Monday, February 21, 2011 7:32 AM -
Hi Cornel,
Thank you for your reply. Really appreciated.
June
Monday, February 21, 2011 7:33 AM -
-
Hi Neddy,
Thanks for letting me know. Next time I'll be more careful.
Thanks.
Hi june-29:Thank you for understanding. If you have any questions in C#, please feel free to tell us.
Best Regards
Neddy Ren [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Monday, February 21, 2011 7:53 AM