From 654f30112e065f1f1945da858082c11247d53a61 Mon Sep 17 00:00:00 2001 From: Amir Bawab Date: Wed, 25 Jan 2017 16:37:24 -0500 Subject: [PATCH] Enhanced streaming client example --file flag is not defined in the example program. The program won't execute if not removed from the command --- speech/grpc/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/speech/grpc/README.md b/speech/grpc/README.md index f0f1063d99a..b4407df50ef 100644 --- a/speech/grpc/README.md +++ b/speech/grpc/README.md @@ -97,6 +97,5 @@ To use the streaming method to transcribe a 16,000Hz sample audio file, run the ```sh $ bin/speech-sample-streaming.sh --host=speech.googleapis.com --port=443 \ ---file=resources/audio.raw --sampling=16000 +--sampling=16000 ``` -