SEPIA-Framework / sepia-stt-server

SEPIA server to support open-source speech recognition via WebSocket connection.
MIT License
120 stars 21 forks source link

Request to add sherpa-ncnn and sherpa-onnx #22

Open csukuangfj opened 1 year ago

csukuangfj commented 1 year ago

They both support real-time speech recognition on embedded devices.

Please see

Note: Please use our latest streaming zipformer for testing.

fquirin commented 1 year ago

I'm certainly interested in adding those engines, especially since I'll probably add 'onnxruntime' with the next update anyways.

Would you say the Sherpa design and API have matured enough now to be considered "ready for production"? What I want to avoid is implementing a very experimental build that still has a lot of moving parts.

csukuangfj commented 1 year ago

sherpa-ncnn can be considered stable for now.

sherpa-onnx is still under development.