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

Increase RTF for offline transcription #138

Open dpny518 opened 3 years ago

dpny518 commented 3 years ago

Is there a way to just do whole file upload and decode instead of streaming real time decoding? Trying to use this system for offline transcriptions but want to speed up the decoding

nshmyrev commented 3 years ago

Offline vs online doesn't affect throughput much. We are going to release GPU decoder soon, that will be more effective.

For CPU decoder, you can experiment with smaller models.