More adjustment with sam voice.
This commit is contained in:
parent
dfb19c04c7
commit
3f8938d0d7
@ -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 "$(echo "$timeString" | sed -e 's/A M/ AY EM/' -e 's/PM/ PEE EM/')"
|
sam "$(echo "$timeString" | sed -e 's/A M/ AY EM/' -e 's/PM/ PEE EM/' -e 's/10/ ten /g' -e 's/0*//g')"
|
||||||
;;
|
;;
|
||||||
"speech-dispatcher")
|
"speech-dispatcher")
|
||||||
spd-say -w -P important "$timeString"
|
spd-say -w -P important "$timeString"
|
||||||
|
Loading…
Reference in New Issue
Block a user