mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-18 06:15:30 +00:00
Minor changes to README
This commit is contained in:
13
README.md
13
README.md
@@ -1,14 +1,18 @@
|
||||

|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user