雾聪
2023-08-25 2e86e5aac40b4b3652a7efe2b7642f5e889bf6a8
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("连接成功");