I’ve been hoarding for articles on how to edit the “say” command to make the voice sound more natural and the content more understandable, but I find that some of the claimed modifiers don’t do anything at all. Why?
I added “using Daniel” to this demonstration script because that’s my system voice. It’s relatively clear and not at all creepy and breathy.
Recap:
-----------------------------------------------------
# Original:
-----------------------------------------------------
say "On July tenth, you have a meeting in Paris." using "Daniel"
-----------------------------------------------------
# Sounds exactly the same:
-----------------------------------------------------
say "On 'July' tenth, you have a meeting in Paris." using "Daniel"
-----------------------------------------------------
# Sounds exactly the same:
-----------------------------------------------------
say "On [[emph +]] July [[emph -]] tenth, you have a meeting in Paris." using "Daniel"
-----------------------------------------------------
# Sounds exactly the same:
-----------------------------------------------------
say "On [[emph +; rate 165]] July [[emph -]] tenth, you have a meeting in Paris." using "Daniel"
-----------------------------------------------------
#The word 'on' will dip unnaturally low in pitch and perceived volume, then have a short pause before the next word; The mod works but isn't terribly helpful:
-----------------------------------------------------
say "On [[slnc 60]] July tenth, you have a meeting in Paris." using "Daniel"
-----------------------------------------------------
# The speed does change after each rate mod:
-----------------------------------------------------
say "On [[rate 400]] July tenth, you have a meeting [[rate 40]] in Paris." using "Daniel"
-----------------------------------------------------
# Some words that get pronounced hastily because they can't be emphasized using mods, may benefit from an invented alternative spelling, but while it may clarify the pronunciation, it can still introduce a new unnatural tone of voice:
-----------------------------------------------------
say "Everything takes hours to do. Everything takes owerzz to do." using "Daniel"