vosk-api icon indicating copy to clipboard operation
vosk-api copied to clipboard

Multi-treading example in python

Open Pax3003 opened this issue 2 years ago • 1 comments

  1. Which is the sample codes to run multi-threading in python?

Pax3003 avatar Jun 14 '22 08:06 Pax3003

See here

https://github.com/alphacep/vosk-api/blob/master/python/test/transcribe_scp.py

you can experiment with the number of threads but usually it has to be around number of cores.

nshmyrev avatar Jun 14 '22 09:06 nshmyrev