alphacep / vosk-server

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

Is there an example of a Java client connecting to the webRtc server #248

Closed xubinlu closed 3 months ago

xubinlu commented 3 months ago
  1. I haven't used WebRtc before. We are an Android application. Have anyone else implemented an example of using WebRtc to connect to a server from an Android application before
  2. Can multiple client connections be supported simultaneously if using the webRtc server?
nshmyrev commented 3 months ago

Same as https://github.com/alphacep/vosk-api/issues/1544