mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Microsoft tts defaults (#19998)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
08721d580d
commit
ca163b37ac
@ -42,7 +42,7 @@ type:
|
||||
description: "The voice type you want to use. Accepted values are listed as the service name mapping [in the documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support#text-to-speech)."
|
||||
required: false
|
||||
type: string
|
||||
default: "`ZiraRUS`"
|
||||
default: "`JennyNeural`"
|
||||
rate:
|
||||
description: "Change the rate of speaking in percentage. Example values: `25`, `50`."
|
||||
required: false
|
||||
@ -72,6 +72,8 @@ region:
|
||||
<div class='note'>
|
||||
|
||||
Not all Azure regions support high-quality neural voices. Use [this overview](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/regions#neural-and-standard-voices) to determine the availability of standard and neural voices by region/endpoint.
|
||||
|
||||
New users ([any newly created Azure Speech resource after August 31st, 2021](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/text-to-speech#migrate-to-neural-voice)) can only use neural voices. Existing resources can continue using standard voices through August 31st, 2024.
|
||||
|
||||
</div>
|
||||
|
||||
@ -92,7 +94,7 @@ tts:
|
||||
api_key: YOUR_API_KEY
|
||||
language: en-gb
|
||||
gender: Male
|
||||
type: George, Apollo
|
||||
type: RyanNeural
|
||||
rate: 20
|
||||
volume: -50
|
||||
pitch: high
|
||||
|
Loading…
x
Reference in New Issue
Block a user