home-assistant.io/source/_components/tts.picotts.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Pico Text-to-Speech Instructions on how to setup Pico Text-to-Speech with Home Assistant. 2017-01-03 16:00 true false true true home-assistant.png Text-to-speech 0.36

The picotts text-to-speech platform uses offline pico Text-to-Speech engine to read a 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 On some raspbian release, this package is missing but you can just copy the arm deb package from debian.

To enable text-to-speech with Pico, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
tts:
  - platform: picotts

Configuration variables:

  • language (Optional): The language to use. Defaults to en-US. Supported languages : 'en-US', 'en-GB', 'de-DE', 'es-ES', 'fr-FR', 'it-IT'

A full configuration sample:

# Example configuration.yaml entry
tts:
  - platform: picotts
    language: 'fr-FR'