简体   繁体   English

如何使用完全用C \\ C ++编程语言编写的某些lib将pcm音频转换为文本?

[英]How to turn pcm audio into text using some lib written entirely in the C\C++ programming language?

How to turn pcm audio into text using some lib written entirely in the C\\C++ programming language? 如何使用完全用C \\ C ++编程语言编写的某些lib将pcm音频转换为文本?

So I have pcm file. 所以我有pcm文件。 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. 有关如何操作/使用它的教程和博客文章。

check out http://www.faqs.org/docs/Linux-HOWTO/Speech-Recognition-HOWTO.html 查看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++ 它提供了一些使用xwindows的库的链接,因此很可能用c / c ++编写

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 用C ++编写的* any *流行编程语言解释器的主要实现是什么? - Is the primary implementation of *any* popular programming language interpreter written in C++? 如何在C ++中为PCM缓冲音频添加声音效果 - How to add sound effects to PCM buffered audio in C++ 如何从C调用用C ++编写的lib? - How to call a lib written in C++ from C? C ++ - 如何使用C ++读取Unicode字符(例如,印地语脚本)或者是否有更好的方式通过其他编程语言? - C++ - How to read Unicode characters( Hindi Script for e.g. ) using C++ or is there a better Way through some other programming language? C ++是否使用OpenAL处理实时PCM fft音频? - C++ Is live PCM fft audio processing with OpenAL? 完全在C ++中使用的OpenCV Android - OpenCV Android using entirely in c++ 如何转换“ArrayList <ClassNod> “用Java编写成C ++程序语言? - How to convert an “ArrayList<ClassNod>” written in Java into a C++ program language? 结构初始化C / C ++编程语言? - Struct initialization of the C/C++ programming language? 如何在C ++(Float *)中将PCM保存到Opus - How to save PCM to Opus in C++ (Float*) Arduino 中使用的语法是完全 C++ 还是偶尔有一些特殊的语法 - Is the syntax used in Arduino entirely C++ or is there some special syntax occassionally
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM