mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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)."
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: "`ZiraRUS`"
|
default: "`JennyNeural`"
|
||||||
rate:
|
rate:
|
||||||
description: "Change the rate of speaking in percentage. Example values: `25`, `50`."
|
description: "Change the rate of speaking in percentage. Example values: `25`, `50`."
|
||||||
required: false
|
required: false
|
||||||
@ -73,6 +73,8 @@ region:
|
|||||||
|
|
||||||
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.
|
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>
|
</div>
|
||||||
|
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
@ -92,7 +94,7 @@ tts:
|
|||||||
api_key: YOUR_API_KEY
|
api_key: YOUR_API_KEY
|
||||||
language: en-gb
|
language: en-gb
|
||||||
gender: Male
|
gender: Male
|
||||||
type: George, Apollo
|
type: RyanNeural
|
||||||
rate: 20
|
rate: 20
|
||||||
volume: -50
|
volume: -50
|
||||||
pitch: high
|
pitch: high
|
||||||
|
Loading…
x
Reference in New Issue
Block a user