From f2054d579ace216143113e372df34a271317dc0f Mon Sep 17 00:00:00 2001 From: danaharon Date: Wed, 12 Apr 2017 15:22:06 -0700 Subject: [PATCH] Replacing gs:// path with a real gs:// file --- speech/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/README.md b/speech/README.md index f4d546fd92..2f6afa2357 100644 --- a/speech/README.md +++ b/speech/README.md @@ -49,7 +49,7 @@ Options: Examples: node recognize.js sync ./resources/audio.raw -e LINEAR16 -r 16000 - node recognize.js async-gcs gs://my-bucket/audio.raw -e LINEAR16 -r 16000 + node recognize.js async-gcs gs://gcs-test-data/vr.flac -e FLAC -r 16000 node recognize.js stream ./resources/audio.raw -e LINEAR16 -r 16000 node recognize.js listen