diff options
Diffstat (limited to 'util/lib')
-rw-r--r-- | util/lib/stt/google.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/lib/stt/google.sh b/util/lib/stt/google.sh index a78579d5..8d23a73d 100644 --- a/util/lib/stt/google.sh +++ b/util/lib/stt/google.sh @@ -1,5 +1,10 @@ #!/bin/sh +cat <<EOF >&2 +NOTE: The google speech-to-text api v1 has been made obsolete! +Code is here only for reference and will most likely not work anymore. +EOF + _get_content_type(){ file -b --mime-type "$1" } |