From d64d72de70b514b8c3fb41fd56f82d8dca8908bc Mon Sep 17 00:00:00 2001 From: lhanneus Date: Sat, 23 Nov 2019 18:03:35 +0100 Subject: [PATCH] update picotts installation for Buster (#11262) * update installation for Buster * improved english Co-Authored-By: Franck Nijhof --- source/_integrations/picotts.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/picotts.markdown b/source/_integrations/picotts.markdown index e02ee9964ae..6f072958659 100644 --- a/source/_integrations/picotts.markdown +++ b/source/_integrations/picotts.markdown @@ -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` 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 To enable text-to-speech with Pico, add the following lines to your `configuration.yaml`: