Fixed evil typo that sneaked its way into to the sam voice.
This commit is contained in:
parent
1e96a6fbb8
commit
627cf7eb8d
@ -405,7 +405,7 @@ if [ "$speakTime" == "true" ] ; then
|
|||||||
flite_time $(date +'%H:%M') &> /dev/null
|
flite_time $(date +'%H:%M') &> /dev/null
|
||||||
;;
|
;;
|
||||||
"sam")
|
"sam")
|
||||||
echo "$timeString" | sam
|
sam "$timeString"
|
||||||
;;
|
;;
|
||||||
"speech-dispatcher")
|
"speech-dispatcher")
|
||||||
spd-say -w -P important "$timeString"
|
spd-say -w -P important "$timeString"
|
||||||
|
Loading…
Reference in New Issue
Block a user