Skip to content

Commit

Permalink
fix: send streamingConfig as a separate write before audioContent (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and Ace Nassri committed Nov 17, 2022
1 parent 877ef00 commit 3fb1d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/recognize.js
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ function syncRecognizeWithEnhancedModel(
// [END speech_transcribe_enhanced_model]
}

require(`yargs`) // eslint-disable-line
require(`yargs`) // eslint-disable-line
.demand(1)
.command(
`sync <filename>`,
Expand Down

0 comments on commit 3fb1d6a

Please sign in to comment.