mirror of
https://github.com/rhasspy/piper-sample-generator.git
synced 2026-08-27 18:15:58 -04:00
Add download link
This commit is contained in:
parent
d8aa042b96
commit
b87c930fa1
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Piper Sample Generator
|
||||
|
||||
Generates samples using [Piper](https://github.com/rhasspy/piper/) for training a wake word system like [openWakeWord](https://github.com/dscripka/openWakeWord).
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
|
|
@ -18,7 +20,7 @@ python3 -m pip install -r requirements.txt
|
|||
Download the LibriTTS generator:
|
||||
|
||||
``` sh
|
||||
wget -O models/en-us-libritts-high.pt ''
|
||||
wget -O models/en-us-libritts-high.pt 'https://github.com/rhasspy/piper-sample-generator/releases/download/v1.0.0/en-us-libritts-high.pt'
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue