TranslateProject/published/202210/20220926 Speech Recognition to Text in Linux, Ubuntu using Google Docs.md
2022-10-31 22:28:33 +08:00

103 lines
4.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[#]: subject: "Speech Recognition to Text in Linux, Ubuntu using Google Docs"
[#]: via: "https://www.debugpoint.com/speech-recognition-to-text-in-linux-ubuntu-using-google-docs/"
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: "wxy"
[#]: publisher: "wxy"
[#]: url: "https://linux.cn/article-15105-1.html"
使用谷歌文档在 Ubuntu 中对文本进行语音识别
======
![](https://img.linux.net.cn/data/attachment/album/202210/04/222403dhey2zwn1442u3n1.jpg)
> 这就是在包括 Ubuntu 在内的 Linux 系统中将语音转换为文本的方法。
Linux 系统中可用的语音识别软件不多,尤其是原生桌面应用。有一些可用的应用使用 IBM Watson 和其他 API 将语音转换为文本,但它们的用户交互不友好,需要一些复杂的用户交互,例如用相应的语言进行一些编程或脚本编写。
但是,没有多少用户知道 <ruby>谷歌文档<rt>Google Docs</rt></ruby> 使用自己的 AI 技术提供了高级语音识别,它可以通过 Chrome 访问谷歌文档使用。
任何用户都可以使用此功能将语音转换为文本,而无需高级计算机知识。谷歌文档的这个功能最好的一点是你可以在任何 Ubuntu 衍生版或任何支持 Chrome 的 Linux 发行版中使用它。
让我们看看如何在 Ubuntu 中启用它。
### 如何将语音转换为文本
先决条件是你应该在系统中安装 Chrome 并拥有谷歌帐户。如果你没有安装 Chrome你可以访问 [此链接][1] 并下载、安装 Chrome。
此外,如果你没有谷歌帐户,你可以使用 [此链接][2] 免费创建一个。
#### 步骤 1
从 Chrome 打开 [https://docs.google.com][3] 并创建一个空白文档。
![创建一个空文档][4]
#### 步骤 2
加载空白文档后,从菜单中单击“工具 > 语音输入”。
![启用语音输入][5]
#### 步骤 3
在左侧你可以看到一个麦克风图标。单击麦克风图标Chrome 会首次要求允许通过浏览器访问麦克风。单击允许。
![点击麦克风][6]
![允许文档访问麦克风][7]
默认情况下,它使用你的系统语言作为语音的检测语言,同时将其转换为文本;但是,你可以根据可用的语言列表将其更改为所需的任何语言。到目前为止,谷歌文档支持和识别超过 60 多种语言,同时将它们转换为文本。
#### 步骤 4
单击允许后,麦克风图标将变为橙色,现在它已准备好接受或识别你的声音。开始说任何你想说的话,瞧!你将看到你的演讲被转换为文本并写入文档。
![正在进行语音转文字][8]
完成了。你已通过谷歌 Chrome 和谷歌文档在 Ubuntu 中成功地将语音转换为文本。
所有 Linux 用户都可以免费使用这个很棒的功能。如果你知道其他可以在 Linux 中将语音转换为文本的应用,请在下方的评论区发表评论。另外,让我知道你是否觉得这篇文章有用。
### 故障排除
如果上述功能在你的浏览器中不起作用,请务必查看以下内容。
* 打开设置窗口(在 Ubuntu 或其他发行版的 GNOME 桌面中)。
* 转到“隐私 > 麦克风”。
* 并确保它已启用。
![检查 Ubuntu 中的麦克风设置][9]
### 总结
虽然,最近有一种基于云的解决方案可用,例如 Amazon Polly 等。但它们的价格很高。另外还需要一些有用的知识。
而谷歌 Chrome 的内置语音识别功能简单易用。虽然它有点慢,但它可以为普通用户完成工作。
也就是说,我希望本指南可以帮助你将语音转换为文本,如果你知道这样的免费应用,请在评论区告诉我。
--------------------------------------------------------------------------------
via: https://www.debugpoint.com/speech-recognition-to-text-in-linux-ubuntu-using-google-docs/
作者:[Arindam][a]
选题:[lkxed][b]
译者:[geekpi](https://github.com/geekpi)
校对:[wxy](https://github.com/wxy)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://www.debugpoint.com/author/admin1/
[b]: https://github.com/lkxed
[1]: https://www.google.com/chrome
[2]: https://accounts.google.com
[3]: https://docs.google.com
[4]: https://www.debugpoint.com/wp-content/uploads/2018/07/Create-an-empty-doc.png
[5]: https://www.debugpoint.com/wp-content/uploads/2018/07/Enable-Voice-Typing.png
[6]: https://www.debugpoint.com/wp-content/uploads/2018/07/Click-the-mic.png
[7]: https://www.debugpoint.com/wp-content/uploads/2018/07/Allow-Docs-to-access-Mic.png
[8]: https://www.debugpoint.com/wp-content/uploads/2018/07/Voice-to-Text-In-action.png
[9]: https://www.debugpoint.com/wp-content/uploads/2018/07/Check-Microphone-settings-in-Ubuntu.jpg