Skip to content

Commit 652f51e

Browse files
danaharonjmdobry
authored andcommitted
Replacing gs:// path with a real gs:// file (#349)
1 parent 638c19e commit 652f51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Options:
5050
5151
Examples:
5252
node recognize.js sync ./resources/audio.raw -e LINEAR16 -r 16000
53-
node recognize.js async-gcs gs://my-bucket/audio.raw -e LINEAR16 -r 16000
53+
node recognize.js async-gcs gs://gcs-test-data/vr.flac -e FLAC -r 16000
5454
node recognize.js stream ./resources/audio.raw -e LINEAR16 -r 16000
5555
node recognize.js listen
5656

0 commit comments

Comments
 (0)