1 Star 2 Fork 0

ppnt/whisper-cpp-server

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
echo_handler.h 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
李通 提交于 2024-03-10 20:11 +08:00 . mv hello and echo to handler
//
// Created by Ping Lee on 2024/3/10.
//
#ifndef WHISPER_CPP_SERVER_ECHO_HANDLER_H
#define WHISPER_CPP_SERVER_ECHO_HANDLER_H
#include <uwebsockets/WebSocketProtocol.h>
// WebSocket /echo handler
auto ws_echo_handler = [](auto *ws, std::string_view message, uWS::OpCode opCode) {
ws->send(message, opCode);
};
#endif //WHISPER_CPP_SERVER_ECHO_HANDLER_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/ppnt/whisper-cpp-server.git
git@gitee.com:ppnt/whisper-cpp-server.git
ppnt
whisper-cpp-server
whisper-cpp-server
main

搜索帮助