I want to convert audio that is in .mp3
and .wav
to text..
I write
SpeechRecognitionEngine sre = new SpeechRecognitionEngine();
but shows error of missing assembly.
I read many articles and questions here but did not understand first what to do.
Also tried to install speech.dll
but shows error of
please make sure file is accessible and valid assembly or COM component`
any link from where I can download?
If any one can explain me step by step of installation plz. I am newbie to this.