Skip to content

Commit 654f301

Browse files
authored
Enhanced streaming client example
--file flag is not defined in the example program. The program won't execute if not removed from the command
1 parent e28db5a commit 654f301

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

speech/grpc/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,5 @@ To use the streaming method to transcribe a 16,000Hz sample audio file, run the
9797

9898
```sh
9999
$ bin/speech-sample-streaming.sh --host=speech.googleapis.com --port=443 \
100-
--file=resources/audio.raw --sampling=16000
100+
--sampling=16000
101101
```
102-

0 commit comments

Comments
 (0)