any-tts 0.1.0

A Rust TTS library with Candle backends and runtime adapters for modern open TTS models
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod config;
pub mod diffusion;
pub(crate) mod generation;
pub(crate) mod loader;
pub mod model;
pub mod processor;
pub(crate) mod runtime;
pub mod speech_tokenizer;

pub use model::VibeVoiceModel;