# piper-rs
[](https://crates.io/crates/piper-rs/)
Use [Piper](https://github.com/rhasspy/piper) TTS models in Rust.
## Features
- Compatibility with all Piper TTS models
- Support for multiple languages
- High performance with pure Rust implementation
## Install
```console
cargo add piper-rs
```
## Examples
See [examples](examples)
## Models
All pretrained models available at [huggingface.co/rhasspy/piper-voices](https://huggingface.co/rhasspy/piper-voices/tree/main)
## Credits
This project is inspired by [sonata](https://github.com/mush42/sonata), originally created by [mush42](https://github.com/mush42).