We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80007e commit f32ad63Copy full SHA for f32ad63
examples/speech_to_text.v1.js
@@ -18,7 +18,7 @@ var speechToText = new SpeechToTextV1({
18
19
var params = {
20
content_type: 'audio/wav',
21
- objectMode: false
+ objectMode: true
22
};
23
24
// create the stream
0 commit comments