A Rust library for text-to-speech (TTS) functionality.
🚧 This is an early placeholder release 🚧
This crate is currently in early development to reserve the package name on crates.io. Full functionality is under active development and will be released soon.
- High-quality text-to-speech synthesis
- Multiple voice support
- Cross-platform compatibility
- Easy-to-use API
- Low latency processing
Add this to your Cargo.toml:
[dependencies]
supertonic = "0.1"use supertonic::version;
fn main() {
println!("Supertonic version: {}", version());
}This project is in early stages. Please watch this repository for updates.
Contributions are welcome once the initial implementation is complete.
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.