| funasr/runtime/python/grpc/Readme.md | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
funasr/runtime/python/grpc/Readme.md
@@ -34,14 +34,17 @@ Step 3) Start grpc server (on server). ``` # Optional, Install dependency. python -m pip install grpcio grpcio-tools ``` ``` python grpc_main_server.py --port 10095 ``` Step 4) Start grpc client (on client with microphone). ``` # Optional, Install dependency. python -m pip install pyaudio webrtcvad python -m pip install pyaudio webrtcvad grpcio grpcio-tools ``` ``` # Start client.