List out the Third Party Speech Recognition SDK or Library

I am developing Speech Recognition application (Audio to Text Conversion) in using C#.Net.

I have tried with Microsoft SAPI 5.1 the accuracy to bad.

Now i would like to go for any other third party software which would fulfill my requirement.

Nuance Dragon Naturally Speaking SDK is available in Market, but they didn't provide the trial version at least two days, because i would like to integrate with my application.

Please provide if you people already have an experience on this scenario.


Your requirements are still unclear but on the surface your request for 100% accuracy would seem unreachable. You say you wish to convert audio to text so assuming that audio is some type of conversation, you are looking at a Statistical Language Model (SLM) based solution. 100% accuracy for SLM is highly unlikely. If your audio is from a known and tightly constrained domain you may get close to 100%.

I would suggest that you provide more detail so that your question may be answered more specifically. Information that would be useful

  • What is the subject matter of the audio? Specifically are you trying to transcribe free speech or is it more constrained?
  • Single or Multi Speaker?
  • Language?
  • Audio quality?
  • It is fairly simple to suggest a list of speech recognition companies but this would be of little use as not all companies address the same applications.

    链接地址: http://www.djcxy.com/p/34352.html

    上一篇: 直接从音频/转录语音到文本(语音识别)

    下一篇: 列出第三方语音识别SDK或库