summaryrefslogtreecommitdiffstats
path: root/util/bin/google.text2speech
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-05-20 16:49:23 +0200
committertv <tv@shackspace.de>2015-05-20 16:49:23 +0200
commit3cd71ef8189dc9226dfa01a91617d81ad4d429d6 (patch)
treeb4bda0b3b7a09daca5f16f52c1148c1dacce4b86 /util/bin/google.text2speech
parenta628b68dab6408ede1f695e9aa55c5df7b110e3b (diff)
parentc5a4be51df09659d9bbf7da573b4568ce56b7514 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'util/bin/google.text2speech')
-rwxr-xr-xutil/bin/google.text2speech1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/bin/google.text2speech b/util/bin/google.text2speech
index 061bb1c8..cd387cc0 100755
--- a/util/bin/google.text2speech
+++ b/util/bin/google.text2speech
@@ -5,6 +5,7 @@ TL=${TL:="en"}
usage(){
echo 'TL= can specifiy which language to use, default is "en"'
+ echo 'valid languages: https://cloud.google.com/translate/v2/using_rest#language-params'
echo 'Example: TL="de" ./text2speech.google "whats up?" | mpv -'
exit 0
}