This Rust library contains the core algorithm for alass
, the "Automatic Language-Agnostic Subtitle Sychronization" tool. If you want to go to the command line tool instead, please click here.
Add this to your Cargo.toml
:
[dependencies]
alass-core = "2.0.0"
The library only contains one function that takes two sequences of time spans and returns the offsets to get the best possible alignment.
For much more information, please see the workspace information here.