native-whisperx-cli 0.1.1

Cargo-installable CLI for native-whisperx WhisperX parity workflows.
1
2
3
4
//! Speaker Directory management UI server and request handlers.

pub(crate) mod handlers;
pub(crate) mod server;