A Rust convenience API for subtitle synchronization with alass-core
alass-core
is a fantastic library which performs fast and accurate subtitle synchronization. alass-util
is a wrapper library that provides various facilities to make integrating subtitle synchronization into your Rust program easier. Such facilities include:
webrtc-vad
crateWhat this crate does not provide: * Facilities for extracting and resampling audio streams from media files
See docs.rs for API details.
This crate provides two options for voice activity detection:
vad-webrtc
Cargo feature.vad-silero-tract
or vad-silero-onnx
runtime
depending on your choice of ONNX runtime. Not using Rust? See the alass-ffi
companion crate for C bindings.
Everything in this repo is GPL-3.0 unless otherwise specified