Skip to content

Commit bea944d

Browse files
committed
save progress
1 parent 3cfd215 commit bea944d

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/Speech-Service/includes/how-to/speech-synthesis

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Here's an example that shows how to subscribe to events for speech synthesis. Yo
373373
\r\n\tAudioOffset: ${(e.audioOffset + 5000) / 10000}ms \
374374
\r\n\tText: \"${e.Text}\".`;
375375
console.log(str);
376-
}
376+
};
377377

378378
speechSynthesizer.synthesisCanceled = function (s, e) {
379379
console.log("SynthesisCanceled event");
@@ -401,7 +401,7 @@ Here's an example that shows how to subscribe to events for speech synthesis. Yo
401401
\r\n\tAudioOffset: ${(e.audioOffset + 5000) / 10000}ms \
402402
\r\n\tVisemeId: ${e.visemeId}`;
403403
console.log(str);
404-
}
404+
};
405405

406406
speechSynthesizer.wordBoundary = function (s, e) {
407407
// Word, Punctuation, or Sentence

0 commit comments

Comments
 (0)