home-assistant.io/source/_components/tts.baidu.markdown
Jorim Tielemans ac4baf0a8d Various things - t (#7020)
Add missing titles
Remove trailing spaces
Fix grammar
 - login -> log in
 - show how a entry -> shows how an entry
Mention default and minimal value (telldus) or link to add-on which is mentioned (tellstick)
2018-10-23 11:09:36 +02:00

1.5 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Baidu Text-to-Speech Instructions on how to setup Baidu TTS with Home Assistant. 2017-11-21 09:00 true false true true baiducloud.png Text-to-speech 0.59

The baidu text-to-speech platform uses Baidu TTS engine to read a text with natural sounding voices.

{% linkable_title Configuration %}

To get started, add the following lines to your configuration.yaml:

#Example configuration.yaml entry
tts:
  - platform: baidu
    app_id: YOUR_APPID
    api_key: YOUR_APIKEY
    secret_key: YOUR_SECRETKEY

{% configuration %} app_id: description: The App ID for the use this service, must be already registered on Baidu. required: true type: string api_key: description: The API key from Baidu. required: true type: string secret_key: description: The secret key from Baidu. required: true type: string speed: description: Audio speed from 0 to 9. required: false type: integer default: 5 pitch: description: Audio pitch from 0 to 9. required: false type: integer default: 5 volume: description: Audio volume from 0 to 15. required: false type: integer default: 5 person: description: The voice type. You choose one from 0, 1, 3 or 4. required: false type: integer default: 0 {% endconfiguration %}

At the moment, zh is the only supported language and therefore the default value.