Skip to content

Commit

Permalink
More adjustment with sam voice.
Browse files Browse the repository at this point in the history
  • Loading branch information
stormdragon2976 committed Jul 4, 2018
1 parent dfb19c0 commit 3f8938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/talking-clock
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ if [ "$speakTime" == "true" ] ; then
flite_time $(date +'%H:%M') &> /dev/null
;;
"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")
spd-say -w -P important "$timeString"
Expand Down

0 comments on commit 3f8938d

Please sign in to comment.