Skip to content

supertonic rust package project

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

supertone-inc/supertonic-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supertonic

Crates.io Documentation License

A Rust library for text-to-speech (TTS) functionality.

Status

🚧 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.

Planned Features

  • High-quality text-to-speech synthesis
  • Multiple voice support
  • Cross-platform compatibility
  • Easy-to-use API
  • Low latency processing

Installation

Add this to your Cargo.toml:

[dependencies]
supertonic = "0.1"

Usage

use supertonic::version;

fn main() {
    println!("Supertonic version: {}", version());
}

Development Status

This project is in early stages. Please watch this repository for updates.

Contributing

Contributions are welcome once the initial implementation is complete.

License

Licensed under either of:

at your option.

About

supertonic rust package project

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages