Minor changes to README

This commit is contained in:
Michael Hansen
2023-03-26 21:53:29 -05:00
parent 70afec58bc
commit cb9eaa4e4b

View File

@@ -1,14 +1,18 @@
![Piper logo](etc/logo.png)
A fast, local neural text to speech system.
A fast, local neural text to speech system that is meant to sound good and run reasonably fast on the Raspberry Pi 4.
``` sh
echo 'Welcome to the world of speech synthesis!' | \
./piper --model en-us-blizzard_lessac-medium.onnx --output_file welcome.wav
```
Voices are trained with [VITS](https://github.com/jaywalnut310/vits/) and exported to the [onnxruntime](https://onnxruntime.ai/).
## Voices
Our goal is to support Home Assistant and the [Year of Voice](https://www.home-assistant.io/blog/2022/12/20/year-of-voice/).
Download voices from [the release](https://github.com/rhasspy/piper/releases/tag/v0.0.2).
Supported languages:
@@ -28,13 +32,6 @@ Supported languages:
* Vietnamese (vi)
## Purpose
Piper (formally Larynx 2) is meant to sound good and run reasonably fast on the Raspberry Pi 4.
Voices are trained with [VITS](https://github.com/jaywalnut310/vits/) and exported to the [onnxruntime](https://onnxruntime.ai/).
## Installation
Download a release: