Default voice is apope
This commit is contained in:
parent
b1bb2b3691
commit
d72bba83c9
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ from pathlib import Path
|
|||
|
||||
from xdgenvpy import XDG
|
||||
|
||||
DEFAULT_VOICE = "en_US/vctk_low"
|
||||
DEFAULT_LANGUAGE = "en_US"
|
||||
DEFAULT_VOICE = "en_UK/apope_low"
|
||||
DEFAULT_LANGUAGE = "en_UK"
|
||||
DEFAULT_VOICES_URL_FORMAT = (
|
||||
"https://github.com/MycroftAI/mimic3-voices/raw/master/voices/{lang}/{name}"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue