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.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/websocketsrv.h b/funasr/runtime/websocket/websocketsrv.h similarity index 98% rename from funasr/runtime/onnxruntime/src/websocketsrv.h rename to funasr/runtime/websocket/websocketsrv.h index 42e2243..2d0c7bd 100644 --- a/funasr/runtime/onnxruntime/src/websocketsrv.h +++ b/funasr/runtime/websocket/websocketsrv.h @@ -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. #ifndef WEBSOCKETSRV_SERVER_H_ #define WEBSOCKETSRV_SERVER_H_ -- Gitblit v1.9.1