resemble-rust

Crates.ioresemble-rust
lib.rsresemble-rust
version1.1.0
sourcesrc
created_at2021-10-21 10:30:02.930702
updated_at2022-04-11 19:20:54.938175
descriptionResemble is the easiest way to clone and synthesize natural voice.
homepage
repository
max_upload_size
id468406
size1,058,524
Haris (Wulf)

documentation

README

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
Commit count: 0

cargo fmt