Fixed pronounciation with sam.

This commit is contained in:
Storm Dragon 2018-07-02 07:38:17 -04:00
parent 627cf7eb8d
commit 6ddc77cb71

View File

@ -405,7 +405,7 @@ if [ "$speakTime" == "true" ] ; then
flite_time $(date +'%H:%M') &> /dev/null flite_time $(date +'%H:%M') &> /dev/null
;; ;;
"sam") "sam")
sam "$timeString" sam "$(echo "$timeString" | sed -e 's/A M/ AY EM/' -e 's/PM/ PEE EM/')"
;; ;;
"speech-dispatcher") "speech-dispatcher")
spd-say -w -P important "$timeString" spd-say -w -P important "$timeString"