Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

speech recognition from audio file instead of microphone

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.

like image 703
Attilah Avatar asked Jun 28 '09 17:06

Attilah


People also ask

Is PyAudio needed for speech recognition?

PyAudio is required if and only if you want to use microphone input (Microphone).

What is the difference between speech recognition and voice recognition?

Essentially, voice recognition is recognising the voice of the speaker whilst speech recognition is recognising the words said. This is important as they both fulfil different roles in technology.


1 Answers

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

like image 196
Robert Harvey Avatar answered Oct 21 '22 11:10

Robert Harvey