Ubuntu 上快速实现 TTS 的一种方法
本方法使用的是 google 翻译接口
安装软件
- gTTS 软件
1 | pip install gTTS |
注意,因为国内网路限制原因,只能使用 .cn 结尾的接口,所以 –tld 是切换网站路径
如果是中文的话,需要使用 -l “zj” 指定语言,否则语调过来会很奇怪
1 | gtts-cli '你很帅' --output hello.mp3 --tld='cn' -l "zh" |
- 播放音频的软件
1 | sudo apt install sox |
- Post Title: Ubuntu 上快速实现 TTS 的一种方法
- Post Author: Geng Yuchao
- Post Link: https://github.com/gengyuchao/gengyuchao.github.io/2022/07/16/Ubuntu系统/TTS在Ubuntu上运行/
- Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
# Related Post
1.Linux 系统内核升级后 vmware 出现的问题及解决
2.Linux 系统蓝牙命令
3.使用 SSH 命令行开启远程桌面的方法
4.Chrome 浏览器超链接变色问题
5.Ubuntu常用软件
6.Ubuntu常用软件
1.Linux 系统内核升级后 vmware 出现的问题及解决
2.Linux 系统蓝牙命令
3.使用 SSH 命令行开启远程桌面的方法
4.Chrome 浏览器超链接变色问题
5.Ubuntu常用软件
6.Ubuntu常用软件