Skip to content

Instantly share code, notes, and snippets.

@opsxcq
Created November 19, 2016 22:17
Show Gist options
  • Save opsxcq/a957faf4590425e61f9282fadf20aecf to your computer and use it in GitHub Desktop.
Save opsxcq/a957faf4590425e61f9282fadf20aecf to your computer and use it in GitHub Desktop.
Test all voices for "say" command in Mac OS X
for voice in $(say -v ? | awk '{print $1}'); do echo 'Using voive '$voice; say -v $voice "$(say -v ? | grep $voice | cut -d '#' -f 2)"; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment