Crate voxtus

Crate voxtus 

Source
Expand description

Voxtus: Transcribe YouTube videos and local media files to text.

This library provides the core functionality for the voxtus CLI tool. It supports downloading media from YouTube, processing local files, and transcribing audio using Whisper.

Re-exports§

pub use cli::Args;
pub use config::Config;
pub use error::Error;
pub use error::Result;

Modules§

audio
Audio extraction and conversion via ffmpeg.
cli
Command-line argument parsing.
config
Configuration handling.
download
Download functionality for remote media.
error
Error types for voxtus.
formats
Output format implementations.
logging
Logging configuration.
signals
Signal handling for graceful shutdown.
transcribe
Transcription functionality using Whisper.