如何使用完全用 C\C++ 编写的一些库将 pcm 音频转换为文本编程语言?
如何使用完全用 C\C++ 编程语言编写的库将 pcm 音频转换为文本?
所以我有 pcm 文件。我想把它变成文字。怎么办呢? (使用您选择的语音识别器库(顺便说一句,我需要它以极快的速度工作)
那么我需要什么?
- 开源库。
- 有关如何做/使用它的教程和博客文章。
How to turn pcm audio into text using some lib written entirely in the C\C++ programming language?
So I have pcm file. I want to turn it into text. how to do it? (with speech recognizer lib of your choise (BTW i need it to work extreamly fast)
So what do I need?
- Open Source Libs.
- Tutorials and blog articles on How to do/use it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 http://www.faqs.org/docs/ Linux-HOWTO/Speech-Recognition-HOWTO.html
它提供了一些使用 xwindows 的库的链接,因此它们很可能是用 c/c++ 编写的
check out http://www.faqs.org/docs/Linux-HOWTO/Speech-Recognition-HOWTO.html
It gives some links to some libraries that use xwindows so they may well be written in c/c++