From cc29b0e463a502f752769caba58e1927bb13eb8a Mon Sep 17 00:00:00 2001 From: huangmingming <huangmingming@deepscience.cn> Date: 星期一, 30 一月 2023 14:42:21 +0800 Subject: [PATCH] add reference to readme --- funasr/runtime/python/grpc/Readme.md | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/python/grpc/Readme.md b/funasr/runtime/python/grpc/Readme.md index a77a95e..f83d9ee 100644 --- a/funasr/runtime/python/grpc/Readme.md +++ b/funasr/runtime/python/grpc/Readme.md @@ -1,5 +1,4 @@ # Using paraformer with grpc - We can send streaming audio data to server in real-time with grpc client every 10 ms e.g., and get transcribed text when stop speaking. The audio data is in streaming, the asr inference process is in offline. @@ -24,3 +23,11 @@ ## Workflow in desgin  + + +## Reference +We borrow or refer to some code from: + +1)https://github.com/wenet-e2e/wenet/tree/main/runtime/core/grpc + +2)https://github.com/Open-Speech-EkStep/inference_service/blob/main/realtime_inference_service.py \ No newline at end of file -- Gitblit v1.9.1