whisper_cli 0.1.5

A command line interface for whisper-rs
Documentation
1
2
3
4
5
6
7
8
9
mod ffmpeg_decoder;
mod model;
mod transcript;
mod utils;
mod whisper;

pub use model::{Model, Size};
pub use transcript::{Transcript, Utternace};
pub use whisper::{Language, Whisper};