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

9 lines
568 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-online
这是一个基于FunASR-Websocket服务器的CShape客户端用于实时语音识别和转录本地音频文件。
将配置文件放在与程序相同目录下的config文件夹中并在config.ini中配置服务器ip地址和端口号。
配置好服务端ip和端口号在vs中打开需添加NAudio和Websocket.Client的Nuget程序包后可直接进行测试按照控制台提示操作即可。
实时语音识别使用online或2pass转录文件默认使用offline在win11下完成测试编译环境VS2022。