Skip to content

Instantly share code, notes, and snippets.

@dmnsgn
Created March 28, 2017 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmnsgn/721c8a7e12315a337c8ce78676168ce8 to your computer and use it in GitHub Desktop.
Save dmnsgn/721c8a7e12315a337c8ce78676168ce8 to your computer and use it in GitHub Desktop.
Listen to all voices available by the `say` command on macOS
for voice in `say -v '?' | awk '{print $1}'`; do say -v "$voice" "Hi `whoami` my name is ${voice}"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment