Skip to content

Instantly share code, notes, and snippets.

@alexrutherford
Last active September 22, 2015 00:31
Show Gist options
  • Save alexrutherford/b66fec0a8a63efa525b5 to your computer and use it in GitHub Desktop.
Save alexrutherford/b66fec0a8a63efa525b5 to your computer and use it in GitHub Desktop.
How to use the Mac say command line function
for v in $(say -v ? | awk '{print $1}'); do echo $v; say -v $v 'CHeck out my voice' ;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment