Fixed a bug with google tts.

This commit is contained in:
Storm dragon 2016-01-26 12:11:52 -05:00
parent 3b082215c9
commit 24e3fb36bc
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ if [ "$speakTime" == "true" ] ; then
echo "$timeString" | flite
;;
"googletts")
/usr/bin/translate -speak -b "$timeString"
/usr/bin/translate-shell -speak -b "$timeString"
;;
"flite_time")
flite_time $(date +'%H:%M') &> /dev/null