blob: 814ea3ae7e606505ab7ab3463c9ae7c06033e6d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
post_install(){
cat <<INFO
With this package, only one piper voice have been installed.
To download all the available voices or chose which ones,
choose your voices from
- https://rhasspy.github.io/piper-samples/
- https://huggingface.co/rhasspy/piper-voices/tree/main
run
git clone https://aur.archlinux.org/packages/piper-voices-minimal
modify the _models array in the PKGBUILD, run
makepkg
and then install the package with
sudo pacman -U piper-voices-minimal*.pkg.tar*
INFO
}
|