Feature request: delegate processing to GPU
Opened this issue · 1 comments
wellloaded commented
It would be awesome is a GPU alone could handle the syncronisation processing task.
Possible at all?
sc0ty commented
Speech recognition is currently using CPU most and it's done by external library (Pocketsphinx) which does not support GPU processing.
Other operations probably could be rewritten to OpenCL or something similar, but I don't plan to do it (at least not right now). Most likely it would only speed up synchronization of subtitles with another subtitles (not with audio).