mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Add Olivia voice to Amazon Polly TTS (#44513)
* Update tts.py Added Olivia Neural Voice * Correct linting Co-authored-by: Joakim Plate <elupus@ecce.se>
This commit is contained in:
parent
49d9823630
commit
71c9007e06
@ -42,6 +42,7 @@ CONF_SAMPLE_RATE = "sample_rate"
|
|||||||
CONF_TEXT_TYPE = "text_type"
|
CONF_TEXT_TYPE = "text_type"
|
||||||
|
|
||||||
SUPPORTED_VOICES = [
|
SUPPORTED_VOICES = [
|
||||||
|
"Olivia", # Female, Australian, Neural
|
||||||
"Zhiyu", # Chinese
|
"Zhiyu", # Chinese
|
||||||
"Mads",
|
"Mads",
|
||||||
"Naja", # Danish
|
"Naja", # Danish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user