Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想知道Java或C#中是否有任何内置库或外部库允许我获取音频文件并解析它并从中提取文本。
您可以使用内置的 .NET 语音识别 API 来完成此操作。MSDN 有一组完整的示例,可以读取音频文件,然后将识别的语音写入控制台。通过一些工作,可以将它们修改为输出到纯文本文件:
http://msdn.microsoft.com/en-us/library/system.speech.recognition.speechrecognitionengine.setinputtoaudiostream.aspx