speech recognition from audio file instead of microphone

前端 未结 1 707
梦谈多话
梦谈多话 2020-12-06 06:55

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条回答
  • 2020-12-06 07:32

    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

    0 讨论(0)
提交回复
热议问题