k2-fsa / sherpa

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

Zipformer Streaming Support #320

Closed Zeiny96 closed 1 year ago

Zeiny96 commented 1 year ago

Is the Zipformer model compatible with the current Sherpa streaming scripts?

Thanks

csukuangfj commented 1 year ago

Yes, but it is only supported with C++ binaries. We are adding python support for it.

If you want to use it now, please follow our documentation

From the doc

We use the binary sherpa-online below for demonstration. 
You can replace sherpa-online with sherpa-online-websocket-server and sherpa-online-microphone.
Zeiny96 commented 1 year ago

Yeah, Iam using the binaries right now, they are working perfectly. Okay Iam waiting for the python scripts.

Thanks

csukuangfj commented 1 year ago

Yeah, Iam using the binaries right now, they are working perfectly. Okay Iam waiting for the python scripts.

Thanks

Please see https://github.com/k2-fsa/sherpa/issues/320 @Zeiny96