resemble-rust 1.1.0

Resemble is the easiest way to clone and synthesize natural voice.
Documentation

resemble.ai API

resemble.ai is a state-of-the-art natural voice cloning and synthesis provider. Best of all, the platform is accessible by using our public API! Sign up here to get an API token!

This repository hosts a Rust library for convenient usage of the Resemble API.

Publishing

  1. git status: Make sure your working directory has no pending changes.
  2. Update the version attribute in Cargo.toml
  3. git commit: Commit this version change.
  4. Publish to crates.io:
cargo publish