Skip to content

Instantly share code, notes, and snippets.

@TopherGopher
Created November 26, 2016 23:43
Runs through the available voices in OSX and says a sample phrase in each
for X in $(say -v ? | cut -d' ' -f1); do echo $X && say -v "$X" "Welcome Professor"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment