Merge pull request #434 from alibaba-damo-academy/dev_websocket

websocket
This commit is contained in:
zhifu gao 2023-04-27 17:30:58 +08:00 committed by GitHub
commit 67cabe6c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Using funasr with websocket
# Service with websocket-python
We can send streaming audio data to server in real-time with grpc client every 300 ms e.g., and get transcribed text when stop speaking.
The audio data is in streaming, the asr inference process is in offline.