speech recognition from audio file instead of microphone

爱⌒轻易说出口 提交于 2019-11-26 20:58:52

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/1055347/speech-recognition-from-audio-file-instead-of-microphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!