Browse
 
Tools
Rss Categories

Methods

11 LVTTSClient::GetLastSSMLError

Returns a character string from the last SSML syntax error, if any. Function LV_TTS_RETURN_CODE GetLastSSMLError(char *error_buffer, int error_buffer_length) Parameters error_buffer Pointer to a char buffer into which the SSML syntax error description will…

12 LVTTSClient::GetLastSynthesisError

Returns a character string from the last (non-SSML) synthesis error, if any. This functionality was added in LumenVox version 11.3.100 (August 2013) Function LV_TTS_RETURN_CODE GetLastSynthesisError(char *error_buffer, int error_buffer_length) Parameters…

13 LVTTSClient::GetLastSynthesisErrorCode

Returns the last (non-SSML) TTS error code, or LV_SUCCESS if no error is recorded. This functionality was added in LumenVox version 11.3.100 (August 2013) Function LV_TTS_RETURN_CODE GetLastSynthesisErrorCode(int *error_code) Parameters error_code Location…

14 LVTTSClient::GetSSMLMarkName

Returns the name of the specified SSML mark as a character string. See SSML documentation for more information relating to Mark elements and how they can be used within SSML syntheses. Function LV_TTS_RETURN_CODE GetSSMLMarkName(unsigned int ssml_mark_idx,…

15 LVTTSClient::GetSSMLMarkOffsetInBuffer

Returns the offset, in bytes, to the beginning of the specified SSML mark in the synthesized audio buffer. The offset provided is relative to the start of the buffer. See SSML documentation for more information relating to Mark elements and how they can be…

16 LVTTSClient::GetSSMLMarksCount

Returns the number of text-to-speech SSML marks available in the active synthesis result. See SSML documentation for more information relating to Mark elements and how they can be used within SSML syntheses. Function LV_TTS_RETURN_CODE GetSSMLMarksCount(int…

17 LVTTSClient::GetStringPropertyEx

Returns the specified configuration setting value for "string" type options in the associated LVTTSClient instance. Function LV_TTS_RETURN_CODE GetStringPropertyEx( int property, int target, char *value_str, int value_len_bytes, int *actual_value_len) Parameters…

18 LVTTSClient::GetSynthesisWarningCount

Returns the number of warnings created during the text-to-speech process. This functionality was added in LumenVox version 13.0 (December 2014). Function LV_TTS_RETURN_CODE GetSynthesisWarningCount(int *return_count) Parameters return_count Memory location…

19 LVTTSClient::GetSynthesisWarningMessage

Returns the message of the specified warning as a character string. This functionality was added in LumenVox 13.0 (December 2014). Function LV_TTS_RETURN_CODE GetSynthesisWarningMessage( unsigned int warning_idx, char * message_buffer, int message_buffer_length…

20 LVTTSClient::GetSynthesisWarningMessageLen

Returns the length of the message of the specified warning. This can be used to properly size the buffer needed for LVTTSClient::GetSynthesisWarningMessage. This functionality was added in LumenVox version 13.0 (December 2014). Function LV_TTS_RETURN_CODE…