Skip to content

Commit 72c0b77

Browse files
committed
comment correction [ci skip]
1 parent 6be9810 commit 72c0b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech-to-text/recognize-stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ RecognizeStream.prototype._write = function(chunk, encoding, callback) {
341341
* The default highWaterMark is 16kb, so the default max upload speed is ~1.6mb/s.
342342
*
343343
* Microphone input provides audio at a (downsampled) rate of:
344-
* 16000 samples/s * 16-bits * 1 channel = 31.25kb/s
344+
* 16000 samples/s * 16-bits * 1 channel = 32kb/s
345345
* (note the bits to bytes conversion there)
346346
*
347347
* @private

0 commit comments

Comments
 (0)