Co-authored-by: epenet <[email protected]> Co-authored-by: Manu <[email protected]> Co-authored-by: Ariel Ebersberger <[email protected]>
7 lines
165 B
Python
7 lines
165 B
Python
"""Constants for the Pico TTS integration."""
|
|
|
|
DEFAULT_LANG = "en-US"
|
|
DOMAIN = "picotts"
|
|
|
|
SUPPORT_LANGUAGES = ["en-US", "en-GB", "de-DE", "es-ES", "fr-FR", "it-IT"]
|