用于笔记的语音转文本软件

用于笔记的语音转文本软件

有没有语音转文字的软件?我想做些随机笔记。

通过搜索我只能找到相反的文本到语音。

谢谢。

编辑:

已链接到标记为重复的问题建议西蒙作为解决方案。然而,西蒙一年多来一直没有发布,而且在较新的 Ubuntu 版本中漏洞百出,无法使用。因此,必须寻找替代方案,需要对这个问题做出较新的回答。

答案1

一次搜索apt-cache search speech to text返回一个名为“Julius”的程序:

包装描述julius

speech recognition engine
 Julius is a high-performance, two-pass large vocabulary continuous
 speech recognition (LVCSR) engine.
 .
 It supports N-gram based dictation, DFA grammar based parsing, and
 one-pass isolated word recognition. Phone context dependencies are
 supported up to triphone. It can perform a multi-model decoding, a
 recognition using several LMs and AMs simultaneously with a single
 processor, and also supports "hot plugging" of arbitrary modules at
 run time.
 .
 This package contains the executable applications, a set of tools
 useful to build recognition grammar and some examples (like a
 script to use Julius to execute some predetermined commands).

安装:sudo apt-get install julius

相关内容