Browse
 
Tools
Rss Categories

API Functions

31 LV_TTS_SetPropertyEx

Set optional configuration properties for the LV_TTS interface. Function LV_TTS_RETURN_CODE LV_TTS_SetPropertyEx(HTTSCLIENT client_handle, int property, int property_value_type, void * pvalue, int target); Parameters client_handle Handle to the active TTS…

32 LV_TTS_Synthesize

Perform the text to speech synthesis operation for the given sentence or SSML text. Function LV_TTS_RETURN_CODE LV_TTS_Synthesize(HTTSCLIENT client_handle, const char * input_sentence, unsigned int flags); Parameters client_handle Handle to the active TTS…

33 LV_TTS_SynthesizeURL

Perform the text to speech synthesis operation for the SSML text from the specified URL. Function LV_TTS_RETURN_CODE LV_TTS_SynthesizeURL(HTTSCLIENT client_handle, const char * universal_resource_locator, unsigned int flags); Parameters client_handle Handle…

34 LV_TTS_WaitForSynthesis

Suspend the current thread until either a response for a previous non-blocking synthesis operation is available or the specified timeout period elapses. Function LV_TTS_RETURN_CODE LV_TTS_WaitForSynthesis(HTTSCLIENT client_handle, unsigned int timeout_ms);…