abhirooptalasila / AutoSub

A CLI script to generate subtitle files (SRT/VTT/TXT) for any video using either DeepSpeech or Coqui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multi core

milahu opened this issue · comments

autosub is using only 100% cpu when it should use 400% on a quad core cpu

the task should be easy to do in parallel, by splitting the audio into N segments for N cpu cores

related