Fixed a bug with google tts.
This commit is contained in:
parent
3b082215c9
commit
24e3fb36bc
@ -272,7 +272,7 @@ if [ "$speakTime" == "true" ] ; then
|
|||||||
echo "$timeString" | flite
|
echo "$timeString" | flite
|
||||||
;;
|
;;
|
||||||
"googletts")
|
"googletts")
|
||||||
/usr/bin/translate -speak -b "$timeString"
|
/usr/bin/translate-shell -speak -b "$timeString"
|
||||||
;;
|
;;
|
||||||
"flite_time")
|
"flite_time")
|
||||||
flite_time $(date +'%H:%M') &> /dev/null
|
flite_time $(date +'%H:%M') &> /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user