本文介绍了需要文本到语音和用于Linux的语音识别工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正计划编写一个用于Linux的程序,该程序使用文本进行语音和语音识别.什么是最好的工具/库?我应该使用Windows来使用更好的工具吗?这些工具必须易于从控制台或C程序调用.
I'm planning on writing a program for Linux that uses text to speech and speech recognition. What are the best tools/libraries for this? Should I use Windows instead to be able to use better tools? The tools need to be easily callable from a console or C program.
推荐答案
对于语音识别,有各种狮身人面像.不同的变体各有优缺点,请在此处进行比较 Sphinx版本的比较.我相信Sphinx 4是Java,但其他都是C.
For speech recognition there are the various Sphinxes. The different variants have different pros and cons, there is a comparison here Comparison of Sphinx versions. Sphinx 4 is Java, but the others are C, I believe.
这篇关于需要文本到语音和用于Linux的语音识别工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!