rustvani 0.1.2

Voice AI framework for Rust — real-time speech pipelines with STT, LLM, TTS, and Dhara conversation flows
1
2
3
4
5
6
7
pub mod deepgram;
pub mod piper;
pub mod sarvam;

pub use deepgram::{DeepgramEncoding, DeepgramTtsConfig, DeepgramTtsHandler};
pub use piper::{PiperModel, PiperQuality, PiperTtsConfig, PiperTtsHandler};
pub use sarvam::{SarvamTtsConfig, SarvamTtsHandler, TtsModelConfig, get_model_config};