Skip to content

ozaner/alltalk_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alltalk_api

This is a crate that wraps the AllTalk API for easy use in Rust projects.

Installation

To use alltalk_api add the following dependency to your Cargo.toml:

[dependencies]
alltalk_api = { git = "https://github.com/ozaner/alltalk_api.git" }

This will fetch the most current version of the project.

Note that this crate will be published to crates.io once AllTalk v2 is stabilized.

API Version Compatibility

This crate is designed to match the AllTalk API on the Beta branch at commit hash c2a175f. While it may work with newer versions of the API, no guarantees are made.

About

A wrapper of AllTalk TTS for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages