ShiLiang Zhang
2023-09-04 51d5095762bcd6b4a2e8dd734fe89b84d2a7d2f5
funasr/runtime/html5/static/wsconnecter.js
@@ -78,6 +78,11 @@
      {
         request.wav_format=file_ext;
      }
      var hotwords=getHotwords();
      if(hotwords.length>0)
      {
         request.hotwords=hotwords;
      }
      console.log(request);
      speechSokt.send( JSON.stringify(request) );
      console.log("连接成功");