Static Public Member Functions | |
| def | create () |
Static Public Attributes | |
| dictionary | CLASSES |
Definition at line 447 of file scripts/mycroft/tts/__init__.py.
|
static |
Factory method to create a TTS engine based on configuration.
The configuration file ``mycroft.conf`` contains a ``tts`` section with
the name of a TTS module to be read by this method.
"tts": {
"module": <engine_name>
}
Definition at line 473 of file scripts/mycroft/tts/__init__.py.
|
static |
Definition at line 459 of file scripts/mycroft/tts/__init__.py.