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?
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.
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?