alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
8.17k stars 1.12k forks source link

vosk works strangely on a windows server wih more then 30 cores #1619

Open r-stepanenko opened 3 months ago

r-stepanenko commented 3 months ago

on s windows server with 32 cores only 16 are used, on a server with 48 -- 24 are used. on a server with <=30 cores all cores are used. i use golang library, and vosk 0.3.45. what am i doing wrong?

nshmyrev commented 3 months ago

Vosk library uses single core for single file decoding, never 30 or 24 cores. Its likely that you have some server code or something like that. You need to provide more details.