sc0ty / subsync

Subtitle Speech Synchronizer
GNU General Public License v3.0
1.28k stars 54 forks source link

Feature request: delegate processing to GPU #105

Open wellloaded opened 3 years ago

wellloaded commented 3 years ago

It would be awesome is a GPU alone could handle the syncronisation processing task.

Possible at all?

sc0ty commented 3 years ago

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