Simplify picotts instructions - it is now preinstalled (#17468)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Carlos Garcia Saura 2021-04-25 14:18:22 +02:00 committed by GitHub
parent 6d6213e129
commit 2f830921d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,17 +10,8 @@ ha_platforms:
- tts - tts
--- ---
The `picotts` text-to-speech platform uses offline pico Text-to-Speech engine to read a text with natural sounding voices. The `picotts` text-to-speech platform uses [Pico TTS library](https://github.com/naggety/picotts) to read out text with natural sounding voices.
This requires to install the pico TTS library on the system, typically on Debian just do `sudo apt-get install libttspico-utils` Pico TTS is a powerful open-source engine that runs locally (cloudless) so it can work even without an internet connection.
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:
```bash
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