update picotts installation for Buster (#11262)

* update installation for Buster

* improved english

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
lhanneus 2019-11-23 18:03:35 +01:00 committed by Franck Nijhof
parent 60a14ba1e6
commit d64d72de70

View File

@ -11,6 +11,14 @@ The `picotts` text-to-speech platform uses offline pico Text-to-Speech engine to
This requires to install the pico tts library on the system, typically on debian just do `sudo apt-get install libttspico-utils` This requires to install the pico tts library on the system, typically on debian just do `sudo apt-get install libttspico-utils`
On some Raspbian release, this package is missing but you can just copy the arm deb package from debian. On some Raspbian release, this package is missing but you can just copy the arm deb package from debian.
On Debian Buster, the package is missing, use the following commands to install it:
```
wget http://ftp.us.debian.org/debian/pool/non-free/s/svox/libttspico0_1.0+git20130326-9_armhf.deb
wget http://ftp.us.debian.org/debian/pool/non-free/s/svox/libttspico-utils_1.0+git20130326-9_armhf.deb
sudo apt-get install -f ./libttspico0_1.0+git20130326-9_armhf.deb ./libttspico-utils_1.0+git20130326-9_armhf.deb
```
## Configuration ## Configuration
To enable text-to-speech with Pico, add the following lines to your `configuration.yaml`: To enable text-to-speech with Pico, add the following lines to your `configuration.yaml`: