From 2fe2464c55f96998e23f44ed2dce0edd3da830b1 Mon Sep 17 00:00:00 2001 From: root <root@localhost.localdomain> Date: 星期五, 28 四月 2023 23:31:39 +0800 Subject: [PATCH] change dir to websocket --- funasr/runtime/websocket/websocketsrv.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/websocketsrv.cpp b/funasr/runtime/websocket/websocketsrv.cpp similarity index 98% rename from funasr/runtime/onnxruntime/src/websocketsrv.cpp rename to funasr/runtime/websocket/websocketsrv.cpp index 60c8a55..7e54210 100644 --- a/funasr/runtime/onnxruntime/src/websocketsrv.cpp +++ b/funasr/runtime/websocket/websocketsrv.cpp @@ -8,7 +8,7 @@ // take some ideas from https://github.com/k2-fsa/sherpa-onnx // online-websocket-server-impl.cc, thanks. The websocket server has two threads // pools, one for handle network data and one for asr decoder. -// now only support offline engine. +// now only support offline engine. #include "websocketsrv.h" -- Gitblit v1.9.1