any-tts 0.1.1

A Rust TTS library with Candle backends and runtime adapters for modern open TTS models
Documentation
1
2
3
4
5
6
7
pub(crate) mod config;
pub(crate) mod model;
pub(crate) mod preset;
pub(crate) mod processor;
pub(crate) mod runtime;

pub use model::VibeVoiceRealtimeModel;