Crates.io | alass-util |
lib.rs | alass-util |
version | 0.3.0 |
source | src |
created_at | 2020-02-26 21:40:59.072131 |
updated_at | 2022-04-17 01:50:05.080408 |
description | A Rust convenience API for subtitle synchronization with alass-core |
homepage | https://github.com/wsiegenthaler/alass-ffi/tree/master/util |
repository | https://github.com/wsiegenthaler/alass-ffi |
max_upload_size | |
id | 212812 |
size | 844,010 |
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:
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