openhab-addons/bundles/org.openhab.voice.picotts
lolodomo f823e11d3a
[picotts] Added new chapter for configuration in documentation (#12085)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-01-22 09:57:39 +01:00
..
src/main Update license headers to 2022 (#11973) 2022-01-06 18:14:47 +01:00
NOTICE added migrated 2.x add-ons 2020-09-21 03:37:19 +02:00
pom.xml pom update from http to https reference (#11833) 2021-12-23 19:40:44 +01:00
README.md [picotts] Added new chapter for configuration in documentation (#12085) 2022-01-22 09:57:39 +01:00

Pico Text-to-Speech

Overview

The Pico Text-to-Speech (TTS) service uses the TTS binary from SVOX for producing spoken text.

You manually need to install the pico2wave binary in order for this service to work correctly. You can, e.g., install it with apt-get on an Ubuntu system:

sudo apt-get install libttspico-utils

In Arch Linux the pico2wave binaries are available in an Arch User repository (AUR) under https://aur.archlinux.org/packages/svox-pico-bin/

Configuration

There is no need to configure anything for this service.

Voices

The following list are the only supported languages (as these are the languages supported by pico2wave, see also the documentation of the Debian package):

German (de-DE)
English, US (en-US)
English, GB (en-GB)
Spanish (es-ES)
French (fr-FR)
Italian (it-IT)

Supported Audio Formats

The Pico service produces audio streams using WAV containers and PCM (signed) codec with 16bit depth.