alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
896 stars 243 forks source link

Added C++ asr_server #122

Closed Abdullah-AlAttar closed 3 years ago

Abdullah-AlAttar commented 3 years ago

Added asynchronous c++ server using Boost.beast. If merged. docker files must be changed as required.

nshmyrev commented 3 years ago

Hi. Thank you for the great contribution!

I wonder, could you move this to a separate folder? Maybe websocket-cpp? I don't want to mix this code with existing python.

nshmyrev commented 3 years ago

Looks great, I'll fix some minor parts later myself. Thank you for a great contribution!