diff options
Diffstat (limited to 'util/bin/google.text2speech')
| -rwxr-xr-x | util/bin/google.text2speech | 1 | 
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  } | 
