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
//! Native Voxtral backend.

mod config;
mod model;
mod tokenizer;

pub use model::VoxtralModel;