WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
| 文件 | 最后提交记录 | 最后更新时间 |
|---|
| Changed example reading file to actually connect to Vosk server (#250) * Changed example to actually connect to Vosk server * Reverted hostname | 2 年前 |
| ADd webrtc docker | 1 年前 |
| Add LM rescoring | 1 年前 |
| grpc/stt_server.py: use env to configure threads/queueing (#226) | 3 年前 |
| Rework mqtt processing method to avoid misfomatted json Fixes https://github.com/alphacep/vosk-server/issues/139 | 4 年前 |
| Webrtc fixes | 3 年前 |
| Simplify cpp server | 4 年前 |
| Add model argument | 3 年前 |
| Remove get_event_loop deprecated in python 3.10. Thanks to Taras | 4 年前 |
| Added example with 2 languages | 1 年前 |
| Websocket and grpc servers are similar. I need to think how to run grpc inside the docker too. | 6 年前 |
| Simple Kaldi websocket server | 7 年前 |
| Initial webrtc implementation | 5 年前 |
| Update requirements | 3 年前 |
关于
这是一个使用 Kaldi 和 Vosk-API 实现的高精度离线语音识别服务器。
该服务支持四种主要的通信协议——MQTT、GRPC、WebRTC 和 WebSocket。
这个服务器可以在本地使用,为智能家居、如freeswitch或asterisk的PBX系统提供语音识别功能。它也可以作为网页流式语音识别的后端,驱动聊天机器人、网站和电话通信。
文档
有关文档和指南,请参阅Vosk 网站。
WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
定制我的领域