Skip to content

Instantly share code, notes, and snippets.

@khebbie
Created December 26, 2012 14:29
Show Gist options
  • Save khebbie/4380618 to your computer and use it in GitHub Desktop.
Save khebbie/4380618 to your computer and use it in GitHub Desktop.
#!/bin/bash
say() {
wget -q -U Mozilla -O out.mp3 "http://translate.google.com/translate_tts?tl=da&q=$*";
local IFS=+;omxplayer out.mp3;
}
say $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment