mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Changed default encoding to mp3 (#24808)
This commit is contained in:
parent
e5b8d5f7ea
commit
41dd70f644
@ -33,7 +33,7 @@ DEFAULT_GENDER = 'NEUTRAL'
|
|||||||
VOICE_REGEX = r'[a-z]{2}-[A-Z]{2}-(Standard|Wavenet)-[A-Z]|'
|
VOICE_REGEX = r'[a-z]{2}-[A-Z]{2}-(Standard|Wavenet)-[A-Z]|'
|
||||||
DEFAULT_VOICE = ''
|
DEFAULT_VOICE = ''
|
||||||
|
|
||||||
DEFAULT_ENCODING = 'OGG_OPUS'
|
DEFAULT_ENCODING = 'MP3'
|
||||||
|
|
||||||
MIN_SPEED = 0.25
|
MIN_SPEED = 0.25
|
||||||
MAX_SPEED = 4.0
|
MAX_SPEED = 4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user