From 6927d0baa7bcb2c86ec5e2517cb652e98e398f97 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期三, 14 六月 2023 00:34:42 +0800 Subject: [PATCH] rename websocket client&server; fix funasr-ws-client; update readme; --- funasr/runtime/websocket/websocket-server.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/funasr/runtime/websocket/websocketsrv.h b/funasr/runtime/websocket/websocket-server.h similarity index 97% rename from funasr/runtime/websocket/websocketsrv.h rename to funasr/runtime/websocket/websocket-server.h index 3cb8816..198af1c 100644 --- a/funasr/runtime/websocket/websocketsrv.h +++ b/funasr/runtime/websocket/websocket-server.h @@ -10,8 +10,8 @@ // pools, one for handle network data and one for asr decoder. // now only support offline engine. -#ifndef WEBSOCKETSRV_SERVER_H_ -#define WEBSOCKETSRV_SERVER_H_ +#ifndef WEBSOCKET_SERVER_H_ +#define WEBSOCKET_SERVER_H_ #include <iostream> #include <map> @@ -134,4 +134,4 @@ websocketpp::lib::mutex m_lock; // mutex for sample_map }; -#endif // WEBSOCKETSRV_SERVER_H_ +#endif // WEBSOCKET_SERVER_H_ -- Gitblit v1.9.1