mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
1.8 KiB
1.8 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 | Yandex TTS | Instructions how to setup Yandex SpeechKit TTS with Home Assistant. | 2017-01-17 03:04 | true | false | true | true | yandex.png | Text-to-speech | 0.36 |
The yandextts
text-to-speech platform uses Yandex SpeechKit Text-to-Speech engine to read a text with natural sounding voices.
To enable text-to-speech with Yandex SpeechKit, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
tts:
- platform: yandextts
api_key: 'XXXXXXXX'
Configuration variables:
- api_key (Required): API Key for use this service.
- language (Optional): The language to use. Defaults to
en-us
. Supporteden-EN
,ru-RU
,uk-UK
,tr-TR
. - codec (Optional): Audo codec. Default is
mp3
. Supported usmp3
,wav
,opus
. - voice (Optional): Speaker voice. Default is
zahar
. Supported female voices arejane
,oksana
,alyss
, 'omazhand male voices are
zaharand
ermil`. - emotion (Optional): Speaker emotional intonation. Default is
neutral
. Also supported aregood
(freindly) andevil
(angry) - speed (Optional): Speech speed. Default value is
1
. Highest speed is3
and lowest0,1
See on api documentation for details. N.B. english version of documentation is outdated. So you could receive api key here
A full configuration sample:
# Example configuration.yaml entry
tts:
- platform: yandextts
api_key: 'XXXXX'
language: 'ru-RU'
codec: mp3
voice: oksana
emotion: evil
speed: 2