im1111 commited on
Commit
11a7ca0
·
verified ·
1 Parent(s): 5546780

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -95,7 +95,7 @@ app.get('/atts/:text', (req, res) => {
95
 
96
 
97
 
98
- synthesizer.speakTextAsync(text +`.\n <break time="1000ms" /> speaked by Azure TTS`,
99
  function (result) {
100
  if (result.reason === sdk.ResultReason.SynthesizingAudioCompleted) {
101
  console.log("synthesis finished.");
 
95
 
96
 
97
 
98
+ synthesizer.speakTextAsync(text +`.\n speaked by Azure TTS`,
99
  function (result) {
100
  if (result.reason === sdk.ResultReason.SynthesizingAudioCompleted) {
101
  console.log("synthesis finished.");