Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I perform speech recognition on speech coming from an audio file (.mp3, wav) instead of the microphone ?

I want to be able to do that from C#.NET and Delphi.

thanks.

share|improve this question

1 Answer

up vote 7 down vote accepted

This article answers your question specifically:

Using WAV File Input with SR Engines
http://msdn.microsoft.com/en-us/library/ms717071(VS.85).aspx


See the following articles for general info:

http://msdn.microsoft.com/en-us/magazine/cc163663.aspx

http://en.wikipedia.org/wiki/Speech_Application_Programming_Interface

http://msdn.microsoft.com/en-us/library/ms723627(VS.85).aspx

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.