4 examples for say

{{ score }}
  # [MAC-ONLY]
# Frighten your coworkers
say -v "Deranged" "Your soul...belongs to me"
        
{{ score }}
  # Right syntax for speaking at a different rate
say -r 1 "I am speaking at a different rate"
        
{{ score }}
  # Fred is the voice Radiohead used for "Fitter Happier"
say 'Fitter, happier, more productive' -v 'Fred'
        
{{ score }}
  # change the rate at which say speaks
say -r=10 "I am speaking at a different rate"
say -r=100 "I am speaking at a different rate"