雾聪
2024-01-23 652627e6dfeacdc214c9f61f6f27cb1cc14e5882
update ERROR msg
1个文件已修改
2 ■■■ 已修改文件
runtime/websocket/bin/websocket-server-2pass.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/websocket/bin/websocket-server-2pass.cpp
@@ -211,7 +211,7 @@
        if(wav_format != "pcm" && wav_format != "PCM"){
          websocketpp::lib::error_code ec;
          nlohmann::json jsonresult;
          jsonresult["text"] = "ERROR. Real-time transcription service ONLY SUPPORT wav_format pcm.";
          jsonresult["text"] = "ERROR. Real-time transcription service ONLY SUPPORT PCM stream.";
          jsonresult["wav_name"] = wav_name;
          jsonresult["is_final"] = true;
          if (is_ssl) {