Fixed pronounciation with sam.

This commit is contained in:
Storm Dragon 2018-07-02 07:38:17 -04:00
parent 627cf7eb8d
commit 6ddc77cb71
1 changed files with 1 additions and 1 deletions

View File

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