The Pico TTS API provider.
Definition at line 36 of file tts.py.
◆ __init__()
| def homeassistant.components.picotts.tts.PicoProvider.__init__ |
( |
|
self, |
|
|
|
lang |
|
) |
| |
Initialize Pico TTS provider.
Definition at line 39 of file tts.py.
◆ default_language()
| def homeassistant.components.picotts.tts.PicoProvider.default_language |
( |
|
self | ) |
|
Return the default language.
Definition at line 45 of file tts.py.
◆ get_tts_audio()
| def homeassistant.components.picotts.tts.PicoProvider.get_tts_audio |
( |
|
self, |
|
|
|
message, |
|
|
|
language, |
|
|
|
options |
|
) |
| |
Load TTS using pico2wave.
Definition at line 54 of file tts.py.
◆ supported_languages()
| def homeassistant.components.picotts.tts.PicoProvider.supported_languages |
( |
|
self | ) |
|
Return list of supported languages.
Definition at line 50 of file tts.py.
◆ _lang
| homeassistant.components.picotts.tts.PicoProvider._lang |
|
private |
◆ name
| homeassistant.components.picotts.tts.PicoProvider.name |
The documentation for this class was generated from the following file:
- core/homeassistant/components/picotts/tts.py