Functions | |
check_opentts_service_status (api_url) | |
speak (speech, default_voice, api_url, cache_dir) | |
ssml_to_wav (ssml_text, default_voice, api_url, cache_dir) | |
play_wav (wav_path) | |
Variables | |
log = logging.getLogger(__name__) | |
audibleAlerts.opentts_bridge.check_opentts_service_status | ( | api_url | ) |
Definition at line 13 of file opentts_bridge.py.
Referenced by audibleAlerts.opentts_bridge.ssml_to_wav().
audibleAlerts.opentts_bridge.play_wav | ( | wav_path | ) |
Definition at line 56 of file opentts_bridge.py.
Referenced by audibleAlerts.opentts_bridge.speak().
audibleAlerts.opentts_bridge.speak | ( | speech, | |
default_voice, | |||
api_url, | |||
cache_dir | |||
) |
Definition at line 16 of file opentts_bridge.py.
audibleAlerts.opentts_bridge.ssml_to_wav | ( | ssml_text, | |
default_voice, | |||
api_url, | |||
cache_dir | |||
) |
Definition at line 26 of file opentts_bridge.py.
audibleAlerts.opentts_bridge.log = logging.getLogger(__name__) |
Definition at line 11 of file opentts_bridge.py.
Referenced by audibleAlerts.opentts_bridge.check_opentts_service_status(), audibleAlerts.opentts_bridge.play_wav(), audibleAlerts.opentts_bridge.speak(), and audibleAlerts.opentts_bridge.ssml_to_wav().