From b0555fabc72efb0cfc97574d8edc91acf5ce85e0 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 9 May 2014 20:57:50 +0200 Subject: add legacy-note to google stt, disable stt-espeak test --- util/lib/stt/google.sh | 5 +++++ util/t/stt/stt-works-with-espeak | 0 2 files changed, 5 insertions(+) mode change 100755 => 100644 util/t/stt/stt-works-with-espeak (limited to 'util') 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 <&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" } diff --git a/util/t/stt/stt-works-with-espeak b/util/t/stt/stt-works-with-espeak old mode 100755 new mode 100644 -- cgit v1.2.3