mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
60a14ba1e6
commit
d64d72de70
@ -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`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user