I tried processing (stt) 10 audios and each 10 seconds using multithreading at the same time. But it took more than 2 minutes to get the transcribed text of those audio files.
Shouldn’t it give me the transcribed text of those audio like in less than 15 seconds…?
@Ganofins as lissyx asked, you’d provide more details about your environment.
E.g. if you’re running decoding on CPU, multithreading only helps if you have more than one CPU. If you’re using GPU, you need batch mode instead of multithreading. And the default nativeclient doesn’t support that so you’d do it by yourself.
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
RAM: 4 GB
CPU MHz: 812.696
CPU max MHz: 3000.0000
CPU min MHz: 800.0000
Model name: Intel® Core™ i5-2430M CPU @ 2.40GHz
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
6
That’s middle-range, 8 years old, 2 cores / 4 threads CPU. Not really surprising that you don’t get a lot of speedup. How much times does it takes to decode one of those files ?