Skip to content

Instantly share code, notes, and snippets.

@yoshiokatsuneo
Created February 1, 2013 14:13
Show Gist options
  • Save yoshiokatsuneo/4691533 to your computer and use it in GitHub Desktop.
Save yoshiokatsuneo/4691533 to your computer and use it in GitHub Desktop.
voice from twitter.
ruby -r json -n -e 'print (JSON.parse($_))["text"];STDOUT.flush;' | (while read line; do say "$line"; done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment