Skip to content

Instantly share code, notes, and snippets.

@austinlyons
Created February 5, 2015 19:19
Show Gist options
  • Save austinlyons/74459bee42545524c921 to your computer and use it in GitHub Desktop.
Save austinlyons/74459bee42545524c921 to your computer and use it in GitHub Desktop.
make Mac talk in funny voices
In OS X terminal:
say -v '?' | grep en_US | sed 's/ *en_US.*$//g' | while read voice; do echo "$voice"; say "$voice" -v "$voice"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment