Google Text-to-Speech


The google text-to-speech platform uses Google Text-to-Speech engine Text-to-Speech engine to read a text with natural sounding voices.

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

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

Configuration variables:

  • language (Optional): The language to use. Defaults to en.

A full configuration sample:

# Example configuration.yaml entry
tts:
  - platform: google
    language: 'de'