Skip to content

Commit 451b031

Browse files
committed
unit corrections [ci skip]
1 parent 72c0b77 commit 451b031

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

speech-to-text/recognize-stream.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,11 @@ RecognizeStream.prototype._write = function(chunk, encoding, callback) {
338338
*
339339
* This limits upload speed to 100 * options.highWaterMark / second.
340340
*
341-
* The default highWaterMark is 16kb, so the default max upload speed is ~1.6mb/s.
341+
* 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 = 32kb/s
345-
* (note the bits to bytes conversion there)
344+
* 16000 samples/s * 16-bits * 1 channel = 32kB/s
345+
* (note the bits to Bytes conversion there)
346346
*
347347
* @private
348348
* @param next

0 commit comments

Comments
 (0)