Created
February 14, 2013 13:22
-
-
Save ooharak/4952734 to your computer and use it in GitHub Desktop.
Say `About Google' in all voices installed on your Mac OS X in respective languages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| say -v ?|awk -F ' {2,}' '{gsub(" ", "\\ ", $1);print $1,substr($2,0,2)}'|while read n l ; do echo $n; w3m -dump http://www.google.com/intl/$l/about.html|head -5|tail -1|say -v $n ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment