三种方法在树莓派上实现文字转语音服务

   日期:2024-01-22     浏览:44    评论:0    
核心提示:方法2:Espeak Text to Speech

方法1:Festival Text to Speech

sudo apt-get install festival
echo “Just what do you think you're doing, Dave?” | festival --tts
speak RPi’s IP address:
hostname -I | festival -tts

方法2:Espeak Text to Speech

sudo apt-get install espeak
espeak -ven+f3 -k5 -s150 "I've just picked up a fault in the AE35 unit"

方法3:Google Text to Speech

sudo nano /etc/mplayer/mplayer.conf

添加一行

nolirc=yes

创建 speech.sh 脚本

nano speech.sh

内容如下:

#!/bin/bash
say() { local IFS=+;/usr/bin/mplayer -ao alsa -really-quiet -noconsolecontrols "http://translate.google.com/translate_tts?tl=en&q=$*"; }
say $*

脚本授权,执行脚本。

chmod u+x speech.sh
./speech.sh Look Dave, I can see you're really upset about this.

参考连接:http://elinux.org/RPi_Text_to_Speech_(Speech_Synthesis)

 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服