k2-fsa / sherpa

Speech-to-text server framework with next-gen Kaldi
https://k2-fsa.github.io/sherpa
Apache License 2.0
521 stars 105 forks source link

Add streaming websocket server in Python #365

Closed csukuangfj closed 1 year ago

csukuangfj commented 1 year ago

Closes #356 Closes #357 Closes #320 Closes #254 Closes #252


I will refactor the Python websocket server to keep only one streaming_server.py, which supports all kinds of streaming transducer models from icefall.


Requires https://github.com/k2-fsa/icefall/pull/1005