Wav 文件语音转文本
是否有一个库可以在脚本或 .Net 项目中使用来进行语音转文本?
我有一个目录,里面有几十个客户的语音提示,每个客户下有多个帐户。我希望能够在没有人工交互的情况下从尽可能多的文本中提取文本。
我玩过 Dragon Dictate...但它太手动了。我需要能够编写一些脚本。
Is there a library that I could use in either a script or a .Net project that does Voice to text?
I have a directory full of voice prompts for dozens of customers and multiple accounts under each customer. I want to be able to pull the text from as many of them as I can without human interaction.
I've played with Dragon Dictate... But it's too manual. I need to be able to script SOMETHING.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要使用 System.Speech 及其下的命名空间,特别是 系统.语音.识别。
从这里开始: http://msdn.microsoft.com/ en-us/library/system.speech.recognition.speechrecognitionengine.aspx
You'd want to use System.Speech and the namespaces under that, particularly System.Speech.Recognition.
Start here: http://msdn.microsoft.com/en-us/library/system.speech.recognition.speechrecognitionengine.aspx
您可以尝试 Voicebase 服务。
http://voicebase.readthedocs.io/en/v2-beta/
You may try Voicebase services.
http://voicebase.readthedocs.io/en/v2-beta/