Fixed pronounciation with sam.
This commit is contained in:
parent
627cf7eb8d
commit
6ddc77cb71
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user