0

I'am making a windows form DICTIONARY application in iam taking input from user as a audio than converting it into a text word... Then application show the meaning of the word(given in audio form)

i want a code which would help me in converting the audio file in text file

EzOtIcA
  • 61
  • 1
  • 2
  • possible duplicate of [C#: transcribe WAV file to text (speech-to-text) with System.Speech namespaces](http://stackoverflow.com/questions/1768679/c-transcribe-wav-file-to-text-speech-to-text-with-system-speech-namespaces) – Bobby Dec 07 '10 at 15:01

1 Answers1

0

This could help you: http://www.c-sharpcorner.com/uploadfile/ssrinivas/speeechrecognitionusingcsharp11222005054918am/speeechrecognitionusingcsharp.aspx

Next time, google things up :S

Machinarius
  • 3,637
  • 3
  • 30
  • 53
  • You seem to be new here, because [Google](http://meta.stackexchange.com/questions/8724/how-to-deal-with-google-questions) [is not](http://meta.stackexchange.com/questions/15650/ban-lmgtfy-let-me-google-that-for-you-links) [an answer](http://meta.stackexchange.com/questions/5280/embrace-the-non-googlers) nor helpful in the most cases. – Bobby Dec 07 '10 at 14:58
  • yup you right right sometime google is able to gave you the prefect solution that you are expecting..... – EzOtIcA Dec 07 '10 at 17:29