FunASR/runtime/csharp/ws-client/FunASRWSClient_Offline/README.md

12 lines
643 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cshape-client-offline
这是一个基于FunASR-Websocket服务器的CShape客户端用于转录本地音频文件。
将配置文件放在与程序相同目录下的config文件夹中并在config.ini中配置服务器ip地址和端口号。
配置好服务端ip和端口号在vs中打开需添加Websocket.Client的Nuget程序包后可直接进行测试按照控制台提示操作即可。
更新支持热词和时间戳热词需将config文件夹下的hotword.txt放置在执行路径下。
运行后台须注意热词和时间戳为不同模型本客户端在win11下完成测试编译环境VS2022。