Skip to content

Commit 7d4c170

Browse files
lupin-de-midfabaff
authored andcommitted
Updated docs with new params and all text style (home-assistant#1820)
1 parent 3be117b commit 7d4c170

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

source/_components/tts.yandextts.markdown

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: "Yandex TTS"
44
description: "Instructions how to setup Yandex SpeechKit TTS with Home Assistant."
5-
date: 2017-01-05 03:04
5+
date: 2017-01-17 03:04
66
sidebar: true
77
comments: false
88
sharing: true
@@ -26,10 +26,11 @@ tts:
2626
Configuration variables:
2727
2828
- **api_key** (*Requered*): API Key for use this service.
29-
- **language** (*Optional*): The language to use. Defaults to `en-us`. Supported en-EN, ru-RU, uk-UK, tr-TR
30-
- **codec** (*Optional*): Audo codec. Default is 'mp3'. Supported us mp3, wav, opus.
31-
- **voice** (*Optional*): Speaker voice. Default is 'zahar'. Supported female voices are jane, oksana, alyss, omazh and male voices are zahar and ermil
32-
29+
- **language** (*Optional*): The language to use. Defaults to `en-us`. Supported `en-EN`, `ru-RU`, `uk-UK`, `tr-TR`.
30+
- **codec** (*Optional*): Audo codec. Default is `mp3`. Supported us `mp3`, `wav`, `opus`.
31+
- **voice** (*Optional*): Speaker voice. Default is `zahar`. Supported female voices are `jane`, `oksana`, `alyss`, 'omazh` and male voices are `zahar` and `ermil`.
32+
- **emotion** (*Optional*): Speaker emotional intonation. Default is `neutral`. Also supported are `good` (freindly) and `evil` (angry)
33+
- **speed** (*Optional*): Speech speed. Default value is `1`. Highest speed is `3` and lowest `0,1`
3334

3435
See on api [documentation](https://tech.yandex.com/speechkit/cloud/doc/dg/concepts/speechkit-dg-tts-docpage/) for details. N.B. english version of documentation is outdated. So you could receive api key [here](https://developer.tech.yandex.ru/)
3536

@@ -43,4 +44,6 @@ tts:
4344
language: 'ru-RU'
4445
codec: mp3
4546
voice: oksana
47+
emotion: evil
48+
speed: 2
4649
```

0 commit comments

Comments
 (0)