piper-rs-cli

Crates.iopiper-rs-cli
lib.rspiper-rs-cli
version0.1.9
sourcesrc
created_at2024-12-04 02:14:32.269885+00
updated_at2024-12-16 22:52:43.984129+00
descriptionUse vits model based on piper in Rust
homepagehttps://github.com/thewh1teagle/piper-rs
repositoryhttps://github.com/thewh1teagle/piper-rs
max_upload_size
id1470924
size60,380
(thewh1teagle)

documentation

README

piper-rs-cli

CLI interface for piper-rs

Usage

cargo install piper-rs-cli

wget https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/hfc_female/medium/en_US-hfc_female-medium.onnx
wget https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/hfc_female/medium/en_US-hfc_female-medium.onnx.json
wget https://github.com/thewh1teagle/piper-rs/releases/download/espeak-ng-files/espeak-ng-data.tar.gz
tar xf espeak-ng-data.tar.gz

Create audio from text

piper-rs-cli en_US-hfc_female-medium.onnx.json "Hello from piper-rs-cli!"
Commit count: 61

cargo fmt