Skip to content

Commit a958892

Browse files
committed
edit pass: get-started-speech-to-text
1 parent ad8a371 commit a958892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function fromStream() {
110110
fromStream();
111111
```
112112

113-
Using a push stream as input assumes that the audio data is a raw PCM that skips any headers. The API will still work in certain cases if the header has not been skipped, but for the best results, consider implementing logic to read off the headers so that `fs` starts at the *start of the audio data*.
113+
Using a push stream as input assumes that the audio data is a raw PCM that skips any headers. The API will still work in certain cases if the header has not been skipped. But for the best results, consider implementing logic to read off the headers so that `fs` starts at the *start of the audio data*.
114114

115115
## Handle errors
116116

0 commit comments

Comments
 (0)