Browse
 
Tools
Rss Categories

Methods

1 LVTTSClient::AddEvent

Events are added to call log files (special logs generated by the client which contain information for each synthesis and a host of other information). The call log files are generated in the responses folder located in the installation directory, under the…

2 LVTTSClient::AddFieldToRequest

Adds a custom string to a named field in the call log file, that can be used to filter or identify certain calls. This value persists until changed or the call ends. Function LV_TTS_RETURN_CODE AddFieldToRequest(const char * key_name, const char * string_value)…

3 LVTTSClient::Destroy

Release resources of a TTS client object that was initialized using Initialize. Proper destruction of the TTS client object allows for recycling of any license(s) acquired by it. This should be called for every successful call to Initialize when your application…

4 LVTTSClient::GetCallGuid

Query the ID used in call logging. It can be used in conjunction with SetCustomCallGuid to link events across ASR ports and TTS ports to the same call log. This is an optional, advanced function, which can be used to get the ID that will be associated with…

5 LVTTSClient::GetClientFloatPropertyEx

Query global configuration settings for float type options in the application. Function static LV_TTS_RETURN_CODE GetClientFloatPropertyEx(int property, float &pvalue) Parameters property One of several enumerated properties whose value is of string type,…

6 LVTTSClient::GetClientHandle

Returns a handle to the underlying TTS client port. Function HTTSCLIENT GetClientHandle(void) Return Values A handle to the underlying TTS client port. Remarks The returned HTTSCLIENT value can be used in any of the C API functions directly, although not…

7 LVTTSClient::GetClientIntPropertyEx

Query global configuration settings for int type options in the application. Function static LV_TTS_RETURN_CODE GetClientIntPropertyEx(int property, int &pvalue) Parameters property One of several enumerated properties whose value is of string type, described…

8 LVTTSClient::GetClientStringPropertyEx

Query global configuration settings for string type options in the application. Function static LV_TTS_RETURN_CODE GetClientStringPropertyEx(int property, char * value_str, int value_len_bytes, int * actual_value_len) Parameters property One of several enumerated…

9 LVTTSClient::GetFloatPropertyEx

Returns the specified configuration setting value for "float" type options in the associated LVTTSClient instance. Function LV_TTS_RETURN_CODE GetFloatPropertyEx(int property, int target, float &pvalue) Parameters property One of several enumerated properties…

10 LVTTSClient::GetIntPropertyEx

Returns the specified configuration setting value for "int" type options in the associated LVTTSClient instance. Function LV_TTS_RETURN_CODE GetIntPropertyEx(int property, int target, int &pvalue) Parameters property One of several enumerated properties…